Submit an ACH payment intent to the bank for settlement.
POST/payments/ach/{id}/submit
Drives the transfer to pending. Settlement then proceeds asynchronously
(pending -> processing -> processed), or the transfer may later be
returned; those transitions are internal (there is no public event API in
v1). Only a created draft can be submitted.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Example
ach_9Z3K01ARZ3NDEKTSV4RRFFQ69G5FAVACH payment intent ID
Responses
Section titled “Responses”Submitted; the intent is now pending settlement
object
A monetary amount in the currency’s minor units (e.g. cents for USD).
Example
1000Currently supported currencies by Paygasus Pay
Example
USDExample
ach_9Z3K01ARZ3NDEKTSV4RRFFQ69G5FAVobject
object
Example
Jane BuyerExample
6789Example
021000021Draft, not yet submitted to FNBO.
object
Submitted; accepted by FNBO and awaiting submission to the Fed. The only
state (besides created) from which a transfer can be canceled.
object
Being processed by FNBO.
object
Sent to the Fed. Reversible via the reversal endpoint; may still be
returned later by the receiving bank.
object
A created/pending transfer canceled before submission to the Fed.
object
Returned by the Fed / receiving bank (e.g. R01 insufficient funds).
object
A processed transfer reversed by the originator.
object
No such payment intent
object
object
Intent is not a submittable draft, or is already being processed
object
object
Processor transport failure; the operation is retryable