Ideal for streamlining vendor payments and managing AP workflows.
curl --location 'https://staginggateway.fintainium.com/gateway/payment' \
--header 'sessionKey: z4FEVD7d2SVGG0B8QF1rXUTMqzUDncOT' \
--header 'Content-Type: application/json' \
--data '{
"businessId": "3281525",
"internalId": "110033",
"reference": "FCB-card-05",
"amount": "2.00",
"type": {
"deposit": {
"paymentMethod": {
// Choose ONLY ONE of the following: ach OR echeck:
"ach": {
"accountNumber": "123456789",
"routingNumber": "987654321",
"accountName": "John Doe",
"accountType": "Business"
}
// OR
"echeck": {
"printNameOnEcheck": "acb xyz"
"autoGenerate": false,
"checkNumber": "908549"
}
}
}
},
"transactionDate": "12/17/2024"
}'{
"statusCode": 200,
"actionCode": "00",
"message": "Payment details received successfully, payment processing in progress",
"failedCount": 0,
"failedMessageList": [],
"successCount": 1,
"type": "deposit",
"businessId": "3295462",
"internalId": "123456",
"reference": "Test9101",
"authcode": "",
"transactionid": "",
"paymentMethodId": 0,
"description": "",
"name": "",
"accountName": "",
"nameOnCard": "",
"printName": "",
"printNameOnEcheck": "acb xyz",
"autoGenerateEcheck": false,
"echeckNumber": "90008549",
"status": false,
"isTempCard": false,
"isDefault": false,
"archive": false,
"transmissionDateTime": "2024-12-17 01:05:15"
}