Payment Method
Retrieving Payment Method Information
Get Payment Method
Name
Value
Instructions
Ensuring Dynamic Retrieval of Payment Methods for Each Transaction Request
Steps to Implement:
Implementation Guidelines:
Rendering the Payment Methods for Deposit

Rendering the Payment Method for Withdrawal

Header parameters
x-api-keystringRequired
The API key for authentication.
Responses
200
A JSON array of available payment methods.
application/json
401
API key is missing or invalid.
application/json
404
The specified payment method was not found.
application/json
get
/api/v4/paymentmethodLast updated