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": {
"collection": {
"paymentMethod": {
"ach": {
"accountNumber": "123456789",
"routingNumber": "987654321",
"accountName": "John Doe",
"accountType": "Business"
}
}
}
},
"transactionDate": "12/17/2024"
}'{
"statusCode": 200,
"actionCode": "00",
"message": "Payment details received successfully, payment processing in progress",
"failedCount": 0,
"failedMessageList": [],
"successCount": 1,
"type": "collection",
"businessId": "3295462",
"internalId": "123456",
"reference": "123345",
"paymentMethodId": 0,
"description": "",
"name": "",
"accountName": "",
"nameOnCard": "",
"printName": "",
"status": false,
"isTempCard": false,
"isDefault": false,
"archive": false,
"transmissionDateTime": "2024-12-17 01:05:15"
}