v4
OpenAPI 3.1.02026-08-012402353.8 MBSandbox: Create an Inbound ACH Transfer
Simulates an inbound ACH transfer to your account. This imitates initiating a transfer to an Increase account from a different financial institution. The transfer may be either a credit or a debit depending on if the amount is positive or negative. The result of calling this API will contain the created transfer. You can pass a resolve_at parameter to allow for a window to action on the Inbound ACH Transfer. Alternatively, if you don't pass the resolve_at parameter the result will contain either a Transaction or a Declined Transaction depending on whether or not the transfer is allowed.
post/simulations/inbound_ach_transfers
Request body
Example request
{
"account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"amount": 1000
}Response
Inbound ACH Transfer
Example response
{
"acceptance": {
"accepted_at": "2020-01-31T23:59:59Z",
"transaction_id": "transaction_uyrp7fld2ium70oa7oi"
},
"account_id": "account_in71c4amph0vgo2qllky",
"account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"addenda": null,
"amount": 100,
"automatically_resolves_at": "2020-01-31T23:59:59Z",
"created_at": "2020-01-31T23:59:59Z",
"decline": null,
"direction": "credit",
"effective_date": "2023-04-02",
"id": "inbound_ach_transfer_tdrwqr3fq9gnnq49odev",
"international_addenda": null,
"notification_of_change": null,
"originator_company_descriptive_date": "230401",
"originator_company_discretionary_data": "WEB AUTOPAY",
"originator_company_entry_description": "INVOICE 2468",
"originator_company_id": "0987654321",
"originator_company_name": "PAYROLL COMPANY",
"originator_routing_number": "101050001",
"receiver_id_number": null,
"receiver_name": "Ian Crease",
"settlement": {
"settled_at": "2020-01-31T23:59:59Z",
"settlement_schedule": "same_day"
},
"standard_entry_class_code": "internet_initiated",
"status": "accepted",
"trace_number": "021000038461022",
"transfer_return": null,
"type": "inbound_ach_transfer"
}