Get List Payment Method by Currency
This API is used to retrieve a list of all payment methods by country and currency that can be used for Checkout process.
Request Code Samples
curl --location --request GET 'https://api.paycombat.com/api/v1/payin-method/getListPaymentMethodWithSameCurrency/PHP' \
--header 'X-token: prd_eyJpdiI6IjRhQ3ZKdXpSekpVenEvd2JUeXNwSmc9PSIsInZhbHVlIjoiRndHT0cyNi81bW1Ha1ZURW5qeHYvQUY2b3E0dUtiUjdKRk9sK3ZuS08wV0lORE1UVVRyaFRycy8xcEtEZFdENiIsIm1hYyI6ImM1MGM0MmM2N2JhNjA0Y2U0N2NiMzJiZjdmNDA2NzMzZWJjOTQyODE4NDE5M2I5N2EwNjIwZjExMWExMmZlYWMiLCJ0YWciOiIifQ=='
Responses
application/json {
"status": true,
"message": "string",
"data": [
{
"transaction_routing": {
"source_currency": "string",
"card_type_routing": "string",
"exchange_currency": "string",
"amount_maximum_limit": 0,
"amount_minimum_limit": 0,
"payment_method_payin": "string",
"payment_method_payout": null,
"limit_to_bin_countries": [
"string"
]
}
}
]
}
Modified at 2025-05-16 02:33:48