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

Binding

Body Request

No
Name
Type
Mandatory
Min Length
Max Length
Description

1

customer

M

1

8

Detail of Customer

2

url

M

1

4

Detail of Url

3

sourceOfFunds

M

1

11

Detail of SourceOfFunds

Sample Request

{
    "customer": {
        "id": "+6285776886939", 
        "email": "adamabdillah20@gmail.com", 
        "firstName": "Adam", 
        "lastName": "Abdillah", 
        "mobilePhone": "+6285776886939" 
    },
    "url": {
        "callbackUrl": "https://sandbox.finpay.co.id/simdev/finpay/result/resultsuccess.php"
    },
    "sourceOfFunds": {                                  
        "type": "ddisaku" 
    }
}

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

referenceNumber

String

C

1

36

Generate by Bank

4

redirecturl

String

M

1

320

Redirect URL

5

processingTime

Number

M

1

20

Processing Time

Sample Response

Last updated