Payment Methods Operations
Beta
Get a list of all available payment methods for a specific Processing Channel ID.Pattern: ^(pc)_(\w{26})$The processing channel to be used for payment methods retrieval.
Unauthorized
Processing channel not found
curl 'https://{prefix}.api.sandbox.checkout.com/payment-methods?processing_channel_id=pc_q4dbxom5jbgudnjzjpz7j2z6uq' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"methods": [
{
"type": "accel",
"partner_merchant_id": "Z7X8LKJ3PQR5N"
}
]
}