Skip to main content

LinkAja

Body Request

NoNameTypeMandatoryMin LengthMax LengthDescription
1 orderObjectM112Detail of Order
2 customerObjectM18Detail of Customer
3 urlObjectM14Detail of Url
4 billingObjectO11Detail of Billing
5 shippingObjectO14Detail of Shipping
6 metaObjectO11Detail of MetaData
7 cardObjectO17Detail of Card
8 recurringObjectO111Detail of Recurring
9 sourceOfFundsObjectM111Detail of SourceOfFunds
10 deviceObjectO17Detail of Device

Sample Request

{
"customer": {
"email": "hajar.finnet@gmail.com",
"firstName": "Hajar",
"lastName": "Ismail",
"mobilePhone": "+6281286288844"
},
"order": {
"id": "1680578280680",
"amount": "200",

"description": "Testing",
"item": [
{
"name": "name",
"quantity": "1",
"unitPrice": "100"
},
{
"name": "name",
"quantity": "1",
"unitPrice": "100"
}
]
},
"url": {
"callbackUrl": "https://sandbox.finpay.co.id/simdev/finpay/result/resultsuccess.php",
"successUrl": "https://sandbox.finpay.co.id/simdev/finpay/result/resultsuccess.php",
"failUrl": "https://sandbox.finpay.co.id/simdev/finpay/result/resultfailed.php"
},
"sourceOfFunds": {
"type": "linkaja"
}
}

Body Response

NoNameTypeMandatoryMin LengthMax LengthDescription
1 responseCodeEnumM17Response Code
2 responseMessageStringM1500Response Message
3 paymentCodeStringC130Payment Code
4 redirecturlStringC1320Redirect URL
5 expiryLinkStringC119Expiry Link
6 processingTimeNumberC120Processing Time
7 appurlStringC1320App URL
8 imageurlStringC1320Image URL
9 accountListArrayC14Account List

Sample Response

{
"responseCode": "2000000",
"responseMessage": "Success",
"redirecturl": "https://linkaja.id/applink/payment?data=80iQe4Jc5I0ytddCTohoak13BpM5jJ2zBqXx-nybAhzQyIKvqgkZ4RFqHpQUpiyteWZwtLKeEw9cQoDgIyoHQEqnaUnrMVJQgu9-BSm8yOR-XIYMFBpfB3IAt_defXhBmRCztoZNdfpG599W35AztR4p-ogye_M4Og3-YaJewTKTsC6R-O8lEtGmJqOkFqEp7-Zs_hMAk5u8ctEITVRbBZd3ZaWvKe8teFVPL7Nq3tqvpdxvhWW0Kq-C3yy-Js7wqmwOqh9KfGoo3Ia3ZmcwDc-v5Egg7iouVbJq3IJVzSixPL5xCtRx5r6VmLpOnxYH9lGQNJ7ocma5WQP51vlIMfBPM22rdginjuhvMdQ6es3EIN7jdMameTCf9bzAblyO-s8vnMcjf6A_v4Kr5zD386cL0Udk2JKPrhJpkh72DlvZUFWtOAnuFSZJhTKTpjrJB35bZ5WC0912N0vjUT7_B-9fE6YihQSNcgVml3z1Al-r_UZuzq78ky8ZBat5YMKEkYUvlBe39xm47poSFOcz3iSis3EKI2ZRvHOszVEMCpnfMxWSaQ==",
"expiryLink": "2023-04-04 10:33:01",
"paymentCode": null,
"processingTime": 0.21193885803222656
}