Payment Method + Get Process Token
Get Token & payment method of the user
Description:
This endpoint facilitates the retrieval of a token and associated payment methods. It primarily aids in obtaining user-specific payment details and serves as an essential interface between the system and third-party payment processors.
Mode:
POST
Node:
Sample Access Token:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IkB0cmluaWFndWlycmUiLCJzdWIiOjI5NywiaWF0IjoxNjkzMzg3NzkzfQ.8bLmcjHDI4xGqSx9rqTdvfevhTud2S6WHO8C01DRllo
POST
/third-party-service/payment-method
Get Token & payment method of the user
Headers
API-Key*
String
Your API key for authentication.
API-Secret*
String
Your API secret for enhanced security.
Authorization*
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IkB0cmluaWFndWlycmUiLCJzdWIiOjI5NywiaWF0IjoxNjkzMzg3NzkzfQ.8bLmcjHDI4xGqSx9rqTdvfevhTud2S6WHO8C01DRllo
Access token obtained from the KYC Lite process. Example token
Request Body
"country"*
"USA"
ISO format
"address"*
"USA, Florida, Miami, El Doral"
"fullname"*
"Peter Cetera"
"email"*
"peter@gmail.com"
"phonenumber"*
"+1789654890"
"initial_transaction"*
"7968052d-2c60-4d18-b7d0-a850081547b8", //uid - myinfo
"countrywithdraw"*
"ARG"
ISO Format, it also can be to use to deposit.
"city"*
"Miami"
Considerations:
Three methods of payment: Bank, Retail, ATM
If any method is left blank in the endpoint response this means that payment method is not available.
The Access token is obtained from KYC Lite URL (UUID), you must use that token in order to complete your requested transaction.
If the data, Bank
of the user is null, then you must execute /third-party-service/update-bank
.
If “ to_deposit” shows bank data this means the institution has the ability to perform "Pay-In" ramp transactions.
Last updated