Skip to main content
  1. If you have no beneficiary, execute POST /v2/beneficiary with all required data in request body
  2. If you already have a beneficiary, execute POST /v3/payment with the following parameters in the request body, where walletId: debit wallet uuid, beneficiaryId: uuid of your created beneficiary.
{
 "status": "new", 
"walletId": 0, 
"amount": 0, 
"beneficiaryId": 0, 
"reference": "string", 
"signToken": ""					
}