Get Payment Methods
Last updated
Last updated
All payment methods & their supported countries can be retrieved with a GET request. Methods are grouped by area, using .
URL: Additionally, you can also append your public key to filter down the endpoint to only display your available methods. https://widget.swapped.com/api/v1/merchant/get_payment_methods.php?apiKey=YOUR_API_KEY
Response:
id
: The payment method id.
name
: The name of the payment method.
fee
: The fee in percentage.
slug
: The payment method slug.
currency
: The currencies the payment method supports.
base_fee
: The base fee for the payment method.