cURL
curl --request GET \ --url https://api.daraa.io/suppliers/{id}/payment-methods
[ { "id": 123, "supplierId": "<string>", "name": "<string>", "type": 0, "currency": { "id": 123, "name": "<string>", "rate": "<string>", "base": true, "active": true, "description": "<string>" }, "isActive": true, "data": {} } ]
0
1
2
3
4
Ok
Unique identifier for the payment method
ID of the supplier
Payment method name
Payment method type: 0=OTHER, 1=CHECK, 2=ACH, 3=EFT, 4=WIRE
Show child attributes
Unique identifier for the currency
Currency code (USD, EUR, GBP, etc.)
Exchange rate relative to base currency
Whether this is the base currency
Whether this currency is active
Currency description
Whether payment method is active
Payment method specific data