Purchase
Environment
Method
URL
Body Request
No
Name
Type
Mandatory
Min Length
Max Length
Description
Sample Request
{
"customer": {
"id": "+6285776886939", (MANDATORY)
"email": "adamabdillah20@gmail.com", (MANDATORY)
"firstName": "Adam", (MANDATORY)
"lastName": "Abdillah", (MANDATORY)
"mobilePhone": "+6285776886939" (MANDATORY)
},
"order": {
"id": "{{orderId}}", (MANDATORY)
"amount": "120", (MANDATORY)
"currency": "IDR", (MANDATORY)
"description": "Testing isaku without pin 1234" (MANDATORY)
},
"url": {
"callbackUrl": "https://google.com" (MANDATORY)
},
"sourceOfFunds": {
"type": "ddisaku", (MANDATORY)
"accountId": "+6285776886939" (MANDATORY)
}
}Body Response
No
Name
Type
Mandatory
Min Length
Max Length
Description
Sample Response
Last updated

