v1
latestOpenAPI 3.0.12026-07-14146.5 KBPayNow Service
Initiate IVR Payment Transaction
Use this method to initiate a new payment order for downstream processing with our payment processor. Creates an order (payment transaction) with the provided itemKey, transactionAmount, itemSku, and any additional identifying data. Returns an orderId that uniquely identifies the initiated payment.
post/payment/createOrder
Request body
Example request
{
"customerIdentities": [
{
"identityTypeId": 1,
"countryCode": "US",
"region": "CA"
}
]
}Response
OK