API Documentation
  1. API Documentation
API Documentation
  • API Documentation Change Log
  • API Reference Guide
    • Checkout Page
    • Payin - KRW (Server to Server)
    • Purpose Code
    • Payout Payload Example
    • List of Payin Methods
    • List of Bank for Payout Methods
  • API Documentation
    • Master Data
      • Get All Country & Currency Code
    • Payout Method
      • Get All Payout Method
    • Payin Method
      • Get All Payin Method
      • Get Required Fields by Payin method
    • Payin
      • Create Payin
      • Simulate Payin
      • Retrieve Payin
      • Create Virtual Account
      • Simulate Create VA
    • Payout
      • Create Payout
      • Simulate Payout
      • Retrieve Payout
      • Get All Payout
    • Checkout
      • Create Payment Request
      • Get All Checkout
      • Get Detail Checkout
      • Create Virtual Account [KRW]
      • Get VA Bank Information [KRW]
      • Create New Checkout
    • Webhook
      • Webhook PAYIN SUCCESS
      • Webhook PAYIN FAILED
      • Webhook PAYIN EXPIRED
      • Webhook PAYOUT SUCCESS
      • Webhook PAYOUT FAILED
      • VA Register Callback
    • Merchant
      • Get Balance Payout
    • Get List Payment Method by Currency
      GET
  • Features Documentation
    • Dashboard
    • Transaction
      • Payin
      • Payout
      • Rolling Reserve
      • Refund Request
    • Finance
      • Settlement Report APM
      • Settlement Report CARD
      • History Balance APM
      • History Balance CARD
    • Account
      • Profile Account
      • Manage Users
    • Setting
      • Integration Details
  1. API Documentation

Get List Payment Method by Currency

GET
/api/v1/payin-method/getListPaymentMethodWithSameCurrency/{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

Path Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.paycombat.com/api/v1/payin-method/getListPaymentMethodWithSameCurrency/PHP' \
--header 'X-token: prd_eyJpdiI6IjRhQ3ZKdXpSekpVenEvd2JUeXNwSmc9PSIsInZhbHVlIjoiRndHT0cyNi81bW1Ha1ZURW5qeHYvQUY2b3E0dUtiUjdKRk9sK3ZuS08wV0lORE1UVVRyaFRycy8xcEtEZFdENiIsIm1hYyI6ImM1MGM0MmM2N2JhNjA0Y2U0N2NiMzJiZjdmNDA2NzMzZWJjOTQyODE4NDE5M2I5N2EwNjIwZjExMWExMmZlYWMiLCJ0YWciOiIifQ=='

Responses

🟢200OK
application/json
Body

Example
{
    "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"
                ]
            }
        }
    ]
}
🟠400Bad Request
Modified at 2025-05-16 02:33:48
Previous
Get Balance Payout
Next
Dashboard