For the complete documentation index, see llms.txt. This page is also available as Markdown.

Purchase

Body Request

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

customer

M

1

8

Detail of Customer

2

order

M

1

12

Detail of Order

3

url

M

1

4

Detail of Url

4

sourceOfFunds

M

1

11

Detail of SourceOfFunds

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

1

responseCode

M

1

7

Response Code

2

responseMessage

String

M

1

500

Response Message

3

processingTime

Number

M

1

20

Processing Time

4

redirecturl

String

M

1

320

Redirect URL

Sample Response

Last updated