v1
latestOpenAPI 3.0.32026-07-248257161.1 KBBNPL
Returns details of a BNPL plan
This API returns details of a BNPL
get/bnpl/{bnplId}
Path parameters
bnplIdstring uuid required
Unique identifier of the BNPL plan.
Headers
X-Amzn-Trace-Idstring
HTTP request identifier allow to trace individual request sent from client to service.
Response
Returns details of a BNPL.
Example response
{
"id": "fbd2053b-638d-4133-957e-3caf63e6b79c",
"reference": "yourOrder_CF34509",
"amount": 100000,
"currency": "XOF",
"orderDetails": [
{
"id": "fbd2053b-638d-4133-957e-3caf63e6b79c",
"name": "pineapple",
"reference": "SKU56789002",
"price": 100,
"quantity": 2.5,
"discount": 20,
"taxRate": 5.5,
"totalPrice": 125
}
],
"deposit": 15000,
"nbrInstallments": 3,
"installmentIntervalDays": 7,
"startDate": "2023-05-22",
"customerId": "fbd2053b-638d-4133-957e-3caf63e6b79c",
"customerMessage": "Please on the link below to pay your installement from mycompany? Ref order is Order_XFG567",
"status": "completed",
"nextInstallmentDueDate": "2023-05-22",
"nbrPaidInstallments": 2,
"nbrUnpaidInstallments": 1,
"customerName": "John Dao",
"createdAt": "2022-03-29 10:00:00,000"
}