Retrieves Buy Now, Pay Later installment plan.

GET {{baseUrl}}/plans/:plan_id

This operation returns a BNPL installment plan based on the selected plan ID provided in the request. The API response contains encrypted values of the consumer's email and phone, and the issuer needs to decrypt the response using the Mastercard client encryption key.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"consumer":{"email":"doe.jane@example.com","isdCode":"1","mobile":"5551231234"},"merchant":{"acceptor":"100234","country":"USA","mcc":"1711","name":"Decor shop"},"offerId":"24092019","planId":"3d56f5a7-db48-41f0-875e-30920e8465f3","planInstallmentInformation":{"apr":1.92,"currency":"USD","frequency":"15DAYS","installmentAmount":166.79,"installmentFee":0,"tenure":3,"totalAmount":500.37},"providerId":"218b9962-1355-44e4-8a16-f911363fd849","scheduledRepayments":[{"amount":166.79,"dueDate":"2022-05-30","installmentNumber":1},{"amount":166.79,"dueDate":"2022-06-13","installmentNumber":2},{"amount":166.79,"dueDate":"2022-06-27","installmentNumber":3}],"status":"CREATED","transaction":{"amount":400.11,"currency":"USD"}}