post https://production.pier-finance.com/api/payments
Instructs Pier to initiate an ACH payment for a loan. If repayment_ach_enabled is false, use none for transfer_type.
Log in to see full request history
Responses
429Instructs Pier to initiate an ACH payment for a loan. If repayment_ach_enabled is false, use none for transfer_type.
429xxxxxxxxxx
curl --request POST \
--url https://production.pier-finance.com/api/payments \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"transfer_type": "standard"
}
'
Try It!
to start a request and see the response here! Or choose an example: