Get Processor Payment Methods

Get Active processor supported Payment Method Types by ProcessorGuid

get

Parameters:

processorGuid - valid processor Guid

Response Example: [ { "PaymentMethodTypeId": 1, "PaymentMethodTypeValue": "AMEX" }, { "PaymentMethodTypeId": 2, "PaymentMethodTypeValue": "MASTERCARD" }, { "PaymentMethodTypeId": 3, "PaymentMethodTypeValue": "VISA" }, { "PaymentMethodTypeId": 4, "PaymentMethodTypeValue": "DISCOVER" }, { "PaymentMethodTypeId": 5, "PaymentMethodTypeValue": "DINERSCLUB" }, { "PaymentMethodTypeId": 6, "PaymentMethodTypeValue": "JCB" }, { "PaymentMethodTypeId": 7, "PaymentMethodTypeValue": "ACH" }, { "PaymentMethodTypeId": 8, "PaymentMethodTypeValue": "GOOGLEPAY" }, { "PaymentMethodTypeId": 9, "PaymentMethodTypeValue": "APPLEPAY" }, { "PaymentMethodTypeId": 10, "PaymentMethodTypeValue": "STRIPE" } ]

Query parameters
processorGuidstring · uuidOptional
mKeystringOptional
Header parameters
AccessTokenstringRequired

access token

Responses
chevron-right
200

Returns processor supported Payment Method Types data

application/json
get
/api/processorPaymentMethodTypes

Last updated