Retry ACH Transaction
Transaction
PATCH
https://api.synapsefi.com/v3.1/users/:user_id/nodes/:node_id/trans/:tran_id
This endpoint allows you to retry a specific transaction.
Path Parameters
Name
Type
Description
tran_id
string
ID of the transaction.
node_id
string
ID of the node.
user_id
string
ID of the user.
Headers
Name
Type
Description
X-SP-USER
string
User's OAuth key and device fingerprint, separated by a pipe.
X-SP-USER-IP
string
IP address of your device.
X-SP-GATEWAY
string
Your Client ID and Secret, separated by a pipe.
Request Body
Name
Type
Description
retry_transaction
boolean
True
if the transaction needs to be retried.
Example Request
Only ACH transactions that returned can be retried for now. If a retry fails, you will receive a 400 Bad Request response with error.code:cannot_retry_transaction_****
.
Last updated