Create an ACH payment that requires admin approval

Scope: Send Money with Approval (Does not require IP Whitelist)

For implementation guide and acceptable uses for this endpoint, refer to account/:id/transactions POST

Note:

This endpoint provides a way to queue payments programmatically that require approval from the web interface.

Since this endpoint requires approval to send money, an IP Whitelist is not required if using this endpoint with a Custom token. This endpoint may be used in situations where a static IP is not available.

Response schema:

{ 
    "accountId": string,            
    "requestId": string,           
    "recipientId": string,           
    "memo": string | null,                 
    "paymentMethod": string,    
    "amount": number,               
    "status": "pendingApproval" | "approved" | "rejected" | "cancelled"         
}
Language
Credentials
Header