Initiate a domestic or international credit payment (on-time or recurring). The v4 version of this API includes enhanced error handling, returning all relevant error messages and error codes to provide clearer insights into any issues encountered during processing.
Credit Payment Request fields
The payment has been created successfully
Bad request
Unauthorized
Forbidden
Not Found
bad input parameter environment
Internal server error
Service unavailable
{- "externalReferenceId": "123e4567-e89b-12d3-a456-4266141740",
- "paymentAmount": 175,
- "paymentCurrency": "USD",
- "paymentDate": "05-08-2024",
- "speed": "Economy",
- "paymentNotes": "Notes",
- "sender": {
- "accountNumber": "123452334",
- "accountType": "Deposit",
- "subAccountType": "Checking",
- "name": "Sender Name",
- "phone": "18001236754",
- "email": "email@domain.com",
- "entityType": "Consumer",
- "address": {
- "addressLine1": "111 My Street",
- "addressLine2": "Suite 210",
- "city": "Charlotte",
- "state": "North Carolina",
- "postalCode": 28269,
- "countryCode": "US."
}, - "bankIdType": "NID",
- "bankId": "101206101",
- "correspondentBankId": "026009593",
- "achCompanyID": "122334789"
}, - "receiver": {
- "accountNumber": "123422434",
- "accountType": "Deposit",
- "subAccountType": "Checking",
- "accountCurrency": "USD",
- "name": "Receiver name",
- "phone": "18001236754",
- "email": "email@domain.com",
- "swiftTag": "strin",
- "swiftNote": "string",
- "address": {
- "addressLine1": "111 My Street",
- "addressLine2": "Suite 210",
- "city": "Charlotte",
- "state": "North Carolina",
- "postalCode": 28269,
- "countryCode": "US"
}, - "bank": {
- "bankIdType": "NID",
- "bankId": "072000326",
- "accountType": "IBAN",
- "accountNumber": "DE89370400440532013000",
- "swiftCode": "CHASUS33XXX",
- "name": "XYZ Bank",
- "countryCode": "US",
- "address": {
- "addressLine1": "111 My Street",
- "addressLine2": "Suite 210",
- "city": "Charlotte",
- "state": "North Carolina",
- "postalCode": "28269",
- "countryCode": "US"
}
}, - "intermediaryBank": {
- "bankIdType": "NID",
- "bankId": "072000326",
- "swiftCode": "CHASUS33XXX",
- "name": "XYZ Bank",
- "countryCode": "US",
- "address": {
- "addressLine1": "111 My Street",
- "addressLine2": "Suite 210",
- "city": "Charlotte",
- "state": "North Carolina",
- "postalCode": "28269",
- "countryCode": "US"
}
}
}, - "ultimateSender": {
- "name": "ACME Holdings Inc.",
- "accountNumber": "9901020301",
- "address": {
- "addressLine1": "119 N. MAIN ST",
- "addressLine2": "Suite 210",
- "addressLine3": "Building B",
- "city": "FAYETTE",
- "state": "MO",
- "postalCode": "65248",
- "countryCode": "US"
}
}, - "ultimateReceiver": {
- "name": "Globex End Customer LLC",
- "accountNumber": "89895656",
- "address": {
- "addressLine1": "101 SR",
- "addressLine2": "Suite 210",
- "addressLine3": "Building B",
- "city": "TAMPA",
- "state": "FL",
- "postalCode": "33601",
- "countryCode": "US"
}
}, - "fee": {
- "feeName": "Custom",
- "amount": 10.88
}, - "recurrence": {
- "frequency": "Daily",
- "payUntil": "EndDate",
- "endDate": "01-29-2023",
- "numberOfPayments": 10
}, - "additionalInfo": {
- "channel": "API",
- "costCenter": "12897",
- "requestMethod": "WALK-IN",
- "operationNote": "string",
- "secCode": "CCD",
- "transactionTypeCode": "ANN",
- "paymentRemittanceNotes": "string",
- "receiverIdentificationNumber": "12334356",
- "benefitReceiver": {
- "federalBenefitType": "Social Security",
- "accountNumber": "10000002",
- "socialSecurityNumber": "555500559",
- "representativePayee": false,
- "firstName": "John",
- "lastName": "Doe",
- "subAccountType": "Checking"
}
}
}{- "data": {
- "paymentUID": "377298",
- "recurrenceId": 0,
- "paymentStatus": "INITIATED",
- "externalReferenceId": "146Global@#-_"
}
}