cURL
curl --request GET \ --url https://api-sandbox.uqpaytech.com/api/v1/beneficiaries/paymentmethods \ --header 'x-auth-token: <api-key>'
{ "data": [ { "country": "SG", "currency": "USD", "clearing_systems": "SWIFT", "payment_method": "LOCAL" } ] }
This endpoint returns a list of payment methods.
The API token for login provided by UQPay.
Currency of the beneficiary.Three-letter ISO 4217 currency code.
"USD"
Two-letter country code ISO 3166-1 alpha-2.
"SG"
OK - Successfully retrieved a list of payment methods.
Show child attributes