Shopee PayLater
Environment
Method
URL
Body Request
No
Name
Type
Mandatory
Min Length
Max Length
Description
9
sourceOfFunds
M
1
11
Detail of SourceOfFunds. Shopee PayLater use the same “type” value as ShopeePay, which is “shopeepay”
Sample Request
{
"customer": {
"email": "hajar.finnet@gmail.com",
"firstName": "Hajar",
"lastName": "Ismail",
"mobilePhone": "+6281286288844"
},
"order": {
"id": "1680677921021",
"amount": "1000",
"description": "Testing"
},
"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": "shopeepay"
}
}Body Response
No
Name
Type
Mandatory
Min Length
Max Length
Description
2
responseMessage
String
M
1
500
Response Message
3
paymentCode
String
C
1
30
Payment Code
4
redirecturl
String
C
1
320
Redirect URL
5
expiryLink
String
C
1
19
Expiry Link
6
processingTime
Number
C
1
20
Processing Time
7
appurl
String
C
1
320
App URL
8
imageurl
String
C
1
320
Image URL
9
accountList
Array
C
1
4
Account List
Sample Response
Last updated

