This API is used to retrieve a list of all payin methods by country and currency. The output of this API can support your need to view specific data through the limit and page parameters. In addition, it can also get refund data using the payin_id filter and the refund status.
Request Code Samples
curl --location 'https://api.paycombat.com/api/v1/payin-method?country=TH¤cy=THB' \
--header 'X-token: snd_eyJpdiI6IjMrekV2NG40eHEyUkc4RVdrVHlRbmc9PSIsInZhbHVlIjoiZjg4eXdJY1VDRjBrV09EVjFOVWNWZG9vcGtKN2tOQklrSnFlQytycDFPakN1TEVtQ04vUGJTKzZUWmxsSjFaSyIsIm1hYyI6IjM5MDBlYmJhNmMxMGJmMTNiNjcwMTFlMjk3MjA5YjI4MjdhODI1MmU0Y2NlOGMxZTUxYjdmNGMyOTU5YzgyMzQiLCJ0YWciOiIifQ==' Responses application/json
Generate Code
{
"status" : true ,
"message" : "string" ,
"data" : [
{
"payin_method_id" : "string" ,
"payin_method_name" : "string" ,
"payin_method_description" : "string" ,
"payin_method_logo" : "string" ,
"payin_method_category" : "string" ,
"payin_method_class" : "string" ,
"payin_method_group" : "string" ,
"country" : "string" ,
"currency" : "string" ,
"is_va_allowed" : true ,
"is_payin_allowed" : true ,
"is_enabled" : true
}
]
}
Modified at 2025-11-25 08:02:40