Informational resource that returns a list of all available and active payment methods, and the active processors that have those payment methods enabled. Payment Methods range from Direct Debit, to Credit Card and various Online payments through Payment Service Providers (PSPs).
/PaymentMethods
Return a list of payment methods configured in the Salesforce environment and related Payment Processors.
API was called successfully. Please look at the response code for further information!
{
"ResponseCode": "001",
"IsSuccess": true,
"PaymentMethods": {
"Name": "DirectDebit",
"SupportsRecurring": true,
"Parameters": [
{
"Required": true,
"Name": "PAYMENT_PROFILE",
"Description": "The payment profile object contains card or bank information.",
"DataType": "Id"
}
],
"Processors": [
{
"SupportsRecurring": false,
"RequiresAuthorization": true,
"Parameters": [
{
"Required": true,
"Name": "PAYMENT_PROFILE",
"Description": "The payment profile object contains card or bank information.",
"DataType": "Id"
}
],
"Name": "PaymentHub-SEPA",
"PaymentMethods": "DirectDebit",
"Target": [
{
"Name": "PRIMARY-BANK-ACCOUNT",
"GlobalTarget": "PaymentHub-SEPA"
}
]
}
]
}
}
Was this page helpful?