v1
latestOpenAPI 3.0.12026-07-14147.1 KBPayment Service
Initiate IVR Payment Transaction
This method is used to initiate child support payments via our payment processing service. It will accept a payment request that contains the type of payment, payment amount and any other identifying data. A new payment transaction will be initiated in the system with a unique Order Id. The method will return the Order Id.
post/payment/ivr
Request body
Example request
{
"customer": {
"identities": [
{
"identityTypeId": 1,
"countryCode": "US",
"region": "CA"
}
]
}
}Response
OK