Logo
Peach Payments Public API Documentation

Retrieve a list of payment methods for a currency

POST {{baseUrl}}/merchant_specs

Retrieve a list of enabled payment methods for a channel given a particular currency.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK

{ "authentication.entityId": "8ac7a4c9791c31ee01791f27b739110z", "merchant": "Testing Merchant", "merchantId": "e098a59e50e411eb88ef02de7a5a0a6e", "paymentMethods": [ { "name": "1ForYou", "merchant_account_id": 19627 }, { "name": "EFTSecure", "merchant_account_id": 19630 }, { "name": "Mobicred", "merchant_account_id": 19631 }, { "name": "Masterpass", "merchant_account_id": 19632 }, { "name": "American Express", "merchant_account_id": 19802 }, { "name": "Apple Pay", "merchant_account_id": 19802 }, { "name": "Aplus", "merchant_account_id": 20840 }, { "name": "Diners Club", "merchant_account_id": 19802 }, { "name": "Mastercard", "merchant_account_id": 19802 }, { "name": "Visa", "merchant_account_id": 19802 }, { "name": "StitchEFT", "merchant_account_id": 21763 }, { "name": "Payflex", "merchant_account_id": 21764 }, { "name": "ZeroPay", "merchant_account_id": 21765 }, { "name": "FinChoicePay", "merchant_account_id": 22688 }, { "name": "CapitecPay", "merchant_account_id": 25050 } ], "timestamp": "2023-10-02T06:36:22Z", "signature": "a668342244a9c77b08a2f9090d033d6e2610b431a5c0ca975f32035ed06164f4" }



Curl
curl -X POST 'baseUrl/merchant_specs' -H 'Content-Type: application/json' -d '{"authentication.entityId":"entityId","signature":"signature","currency":"ZAR"}'

ENDPOINTS