Create a pay plan and payment token from a successful pay plan offer. The payment token can be used to pay for an order for the matching amount and merchant.
If called with a customer JWT, the pay plan is created for that customer,
otherwise the customer must be provided via the Customer-Id
request header.
{- "termsAndConditionsAccepted": true,
- "offerDetails": {
- "merchantId": "mcht_Zz6SN_8bIUK88SSm",
- "customerId": "cust_Zz6SN_8bIUK88SSn",
- "isCounterOffer": true,
- "threeDSecureRequired": true,
- "payPlanParameters": {
- "amount": {
- "minorCurrencyUnits": 0,
- "currency": "AUD"
}, - "initialPayment": 0,
- "instalmentLength": 0,
- "instalmentFrequency": "Weekly",
- "proposedSchedule": [
- {
- "at": "2019-08-24T14:15:22Z",
- "amount": 0
}
], - "payPlanVariant": "payplan_fortnight_25_25_25_25"
}, - "createdAt": "2019-08-24T14:15:22Z"
}, - "offerVerificationToken": "string",
- "paymentSource": {
- "BankTransfer": { }
}, - "threeDsSessionId": "string",
- "surchargeRequirement": {
- "surchargeQuote": {
- "unsurchargedAmount": 0,
- "surchargeAmount": 0,
- "totalAmount": 0,
- "paymentMethod": {
- "cardAttributes": {
- "currency": "AFN",
- "country": "AF",
- "funding": "credit",
- "prepaid": true,
- "brand": "",
- "issuer": "string",
- "productType": "CP",
- "schemeProduct": "AC000",
- "bin": "string"
}
}, - "summary": "string",
- "quoteVerificationToken": "string"
}
}
}
{- "payPlan": {
- "payPlanId": "plan_Zz6SN_8bIUK88SSo",
- "merchantId": "mcht_Zz6SN_8bIUK88SSm",
- "customerId": "cust_Zz6SN_8bIUK88SSn",
- "state": "Created",
- "amount": {
- "minorCurrencyUnits": 0,
- "currency": "AUD"
}, - "surchargeAmount": 0,
- "platformFee": 0,
- "taxAmount": 0,
- "payPlanVariant": "payplan_fortnight_25_25_25_25",
- "nextInstalmentDate": "2019-08-24T14:15:22Z",
- "nextInstalment": 3,
- "planAmountOutstanding": 0,
- "paymentSourceType": "Card",
- "merchantOrderId": "ordr_Zz6SN_8bIUK88SSq",
- "transactionId": "tran_Zz6SN_8bIUK88SSp",
- "charges": [
- {
- "chargeId": "chrg_Zz6SN_8bIUK88SSr",
- "amount": 0,
- "isSuccess": true,
- "instalmentNumber": 0,
- "instalmentCharge": true,
- "createdAt": "2019-08-24T14:15:22Z"
}
], - "refunds": [
- {
- "refundId": "rfnd_Zz6SOf8bIUK88SS5",
- "amount": 0,
- "createdAt": "2019-08-24T14:15:22Z"
}
], - "isRefunded": true,
- "isOverdue": true,
- "overdueAmount": 0,
- "overdueAt": "2019-08-24T14:15:22Z",
- "bankTransferDetails": {
- "reference": "string",
- "bankAccountNumber": "string",
- "bankAccountBsb": "string",
- "payId": "string",
- "metadata": {
- "property1": "string",
- "property2": "string"
}
}, - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "paymentTokenId": "ptkn_Zz6SO_8bIUK88STB"
}