Recurring
Environment
Method
URL
Body Request
No
Name
Type
Mandatory
Min Length
Max Length
Description
Sample Request
{
"customer": {
"id": "hajar.finnet@gmail.com",
"email": "hajar.finnet@gmail.com",
"firstName": "Hajar",
"lastName": "Ismail",
"mobilePhone": "+6281286288844"
},
"order": {
"id": "1686716101151",
"amount": "1000",
"currency": "IDR",
"description": "Testing"
},
"recurring": {
"type": "PURCHASE",
"id": "abcd",
"amount": "1000",
"interval": "1",
"intervalUnit": "monthly",
"maxInterval": "2",
"startDate": "20230715",
"endDate": "20240715",
"retry": {
"interval": "1",
"intervalUnit": "minutes",
"maxInterval": "1"
}
},
"url": {
"callbackUrl": "https://sandbox.finpay.co.id/simdev/finpay/result/tangkapCurl.php"
},
"sourceOfFunds": {
"type": "cc"
}
}Body Response
No
Name
Type
Mandatory
Min Length
Max Length
Description
Sample Response
Last updated

