post
https://api.softpoint.io/interface/api/locations//transactions/transfer
ACH Transfer
Creates an ACH transfer transaction for the specified location.
Endpoint
POST {base_url}/api/locations/{{location_id}}/transactions/transfer
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| location_id | string | Yes | Identifier of the location where the ACH transaction will be processed |
Body Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| token | string | Yes | Token representing the ACH payment method |
| user_id | string | Yes | Identifier of the user performing the transaction |
| invoice_no | string | No | Invoice reference associated with the transfer |
| amount | number | Yes | Transaction amount to be processed |
