Initiate a domestic or international credit payment [one time or recurring]
Credit Payment Request fields
search results matching criteria
bad input parameter environment
Unauthorized
Forbidden
Not Found
bad input parameter environment
Internal server error
Service unavailable
return payment response
{- "externalReferenceId": "pymtref10012 or 123e4567-e89b-12d3-a456-426614174000 etc.",
- "paymentAmount": 175,
- "paymentCurrency": "USD",
- "paymentDate": "05-08-2024",
- "speed": "Economy",
- "paymentNotes": "Payment Notes",
- "sender": {
- "accountUID": "1021",
- "achCompanyID": "122334789",
- "accountNumber": "123452334",
- "accountType": "Deposit",
- "subAccountType": "Checking",
- "name": "Sender Name",
- "entityType": "Consumer",
- "address": {
- "addressLine1": "111 My Street",
- "addressLine2": "Suite 210",
- "city": "Charlotte",
- "state": "North Carolina",
- "postalCode": "28269",
- "countryCode": "US."
}, - "bankIdType": "NID",
- "bankId": "101206101",
- "phone": "18001236754",
- "email": "email@domain.com",
- "swiftTag": "string",
- "swiftNote": "string",
- "correspondentBankId": "026009593"
}, - "receiver": {
- "accountUID": "209219",
- "accountNumber": "123422434",
- "accountType": "Deposit",
- "subAccountType": "Checking",
- "accountCurrency": "USD",
- "name": "Receiver name",
- "address": {
- "addressLine1": "111 My Street",
- "addressLine2": "Suite 210",
- "city": "Charlotte",
- "state": "North Carolina",
- "postalCode": "28269",
- "countryCode": "US"
}, - "phone": "18001236754",
- "email": "email@domain.com",
- "bank": {
- "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"
}
}, - "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"
}
}, - "swiftTag": "string",
- "swiftNote": "string"
}, - "fee": {
- "feeName": "Custom",
- "currency": "USD",
- "amount": 10.88
}, - "recurrence": {
- "frequency": "Daily",
- "payUntil": "Cancelled",
- "endDate": "01-29-2023",
- "numberOfPayments": 10
}, - "additionalInfo": {
- "channel": "API",
- "costCenter": "12897",
- "requestMethod": "WALK-IN",
- "detailsOfCharges": "OUR",
- "secCode": "CCD",
- "transactionTypeCode": "ANN",
- "receiverIdentificationNumber": "12334356",
- "fxContractNumber": "111234",
- "originatortoBeneficiary": "OBI Notes",
- "senderToReceiverNotes": "Sender To Reciever Notes",
- "remittanceMethod": "EMAIL",
- "paymentRemittanceNotes": "Remittance Notes",
- "localInstruments": "COVS",
- "referenceForBeneficiary": "RefForBeneficiary Details",
- "unstructuredAddendaInfo": {
- "addendaLength": 0,
- "addendaInformation": "string"
}, - "proprietaryCode": "string",
- "operationNote": "string"
}
}
{- "status": "Success",
- "code": "PAYMENT001",
- "message": "Failed to create a payment: <Reason>",
- "data": {
- "paymentUID": "12930",
- "paymentStatus": "INITTIATED",
- "externalReferenceId": "123e4567",
- "recurrenceId": 5599
}
}