API Documentation
  1. API Documentation
API Documentation
  • Checkout Page
  • Payin - KRW (Server to Server)
  • Purpose Code
  • API Documentation
    • Master Data
      • Get All Country & Currency Code
    • Payin Method
      • Get All Payin Method
      • Get Required Fields by Payin method
    • Payout Method
      • Get Required Fields by Payout method
      • Get All Payout Method
    • Payout Beneficiary
      • Create Payout Beneficiary
      • Update Payout Beneficiary
      • Get All Payout Beneficiary
      • Get Payout Beneficiary by Id
      • Validation by Id
      • Validation by Body
    • Payin
      • Create Payin
      • Simulate Payin
      • Retrieve Payin
      • Retrieve Payin Memo (PDF)
      • Create Virtual Account
    • Payout
      • Create Payout
      • Simulate Payout
      • Retrieve Payout Memo (PDF)
      • Retrieve Payout
      • Get All Payout
    • Checkout
      • Create Payment Request
      • Get All Checkout
      • Get Detail Checkout
      • Cancel Checkout
      • Get VA Bank Information [KRW]
      • Create New Checkout
    • Transaction
      • Find Transaction by Id
      • Get All Transaction
    • Wallet
      • Create Wallet
      • Get All Wallet
      • Get by Wallet Id
    • Customer
      • Create Customer
      • Update Customer
      • Get All Customer
      • Get Detail Customer by Id
      • Check Is Customer Wallet Ready
      • Enable Customer
      • Disable Customer
      • Delete Customer
    • Webhook
      • Webhook PAYIN SUCCESS
      • Webhook PAYIN FAILED
      • Webhook PAYOUT SUCCESS
      • Webhook PAYOUT FAILED
      • VA Register Callback
    • 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
  • Payload Sample
    • Payout Payload Example
  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
currency
string 
required
Example:
PHP
Header Params
X-token
string 
required
Example:
prd_eyJpdiI6IjRhQ3ZKdXpSekpVenEvd2JUeXNwSmc9PSIsInZhbHVlIjoiRndHT0cyNi81bW1Ha1ZURW5qeHYvQUY2b3E0dUtiUjdKRk9sK3ZuS08wV0lORE1UVVRyaFRycy8xcEtEZFdENiIsIm1hYyI6ImM1MGM0MmM2N2JhNjA0Y2U0N2NiMzJiZjdmNDA2NzMzZWJjOTQyODE4NDE5M2I5N2EwNjIwZjExMWExMmZlYWMiLCJ0YWciOiIifQ==

Request 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
status
boolean 
required
message
string 
required
data
array [object {1}] 
required
transaction_routing
object 
required
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
Previous
VA Register Callback
Next
Dashboard