Retrieve the list of payment methods

This API helps you to retrieve the list of payment methods that have been configured at the specified center.

You must specify appropriate details for the parameters in the API request. For more information, refer to the Request Parameters table.

Response Details

NameTypeDescription
ErrorobjectObject that contains error-related details: StatusCode, Error Message, and Internal error message. For more information, refer to the Error Object table.
GatewaySettingsobjectObject that contains key-value pairs of GatewaySettings consisting credentials for processing payment. For more information, refer to the GatewaySettings Object table.

GatewaySettings Object

NameTypeDescription
AccountstringAccount ID of the payment account.
user_emailstringEmail ID of the guest.
AccountNamestringAccount name of the payment account.
AccountHolderCodeguidCode of the payment account holder.
MerchantAccountstringName of the payment merchant account.
ApplicationFeePercentdecimalApplication fee percentage of the transaction.
ApplicationFeePercentInPersondecimalApplication fee percentage of the transaction when paid in person.
TransactionFeedecimalFee of the transaction.
TransactionFeeInPersondecimalFee of the transaction to be paid in person.
ApplicationFeePercentAMEXdecimalApplication fee percentage of the transaction for American Express credit cards.
ApplicationFeePercentAMEXInPersondecimalApplication fee percentage of the transaction for American Express credit cards when paid in person.
TransactionFeeAMEXdecimalFee of the transaction made via American Express credit cards.
TransactionFeeAMEXInPersondecimalFee of the transaction made via American Express credit cards when paid in person.
ProcessDisputesbooleanIf true, it indicates that payment disputes will be processed.
StatementDescriptorstringDescription of the payment transaction statement.
ProcessorIdstringID of the payment processor.
EnableAVSbooleanIf true, it indicates that the AVS screen will be displayed.

Error Object

StatusCodeMessage
503Invalid Center Id.
Language
Credentials
Header
Click Try It! to start a request and see the response here!