Payment Methods

Get available payment methods

Beta

Get a list of all available payment methods for a specific Processing Channel ID.

SecurityOAuth2: OAuth or API Key: ApiSecretKey
Request
query Parameters
processing_channel_id
required
string^(pc)_(\w{26})$

The processing channel to be used for payment methods retrieval.

Example: processing_channel_id=pc_q4dbxom5jbgudnjzjpz7j2z6uq
Responses
200

Enabled payment methods retrieved successfully

401

Unauthorized

404

Processing channel not found

get/payment-methods
Request samples
Response samples
application/json
{
  • "methods": [
    ]
}