v1

latestOpenAPI 3.0.12026-07-14147.1 KB
Payment 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

stateCodestring required

State code is required (e.g., FL).

ssnstring required

SSN is requried.

caseNumberstring required

Case or Account Number is required.

firstNamestring required

First name of the non-custodial parent is required.

lastNamestring required

Last name of the non-custodial parent is required.

amountnumber required

Child Support Payment Amount. Rquired.

Example request

{
  "customer": {
    "identities": [
      {
        "identityTypeId": 1,
        "countryCode": "US",
        "region": "CA"
      }
    ]
  }
}

Response

OK

All 1 operations