post https://production.pier-finance.com/api/facilities//disbursements
Create a disbursement for a facility. If disbursements_ach_enabled is false, use none for transfer_type.
Log in to see full request history
Responses
429Create a disbursement for a facility. If disbursements_ach_enabled is false, use none for transfer_type.
429xxxxxxxxxx
12curl --request POST \
--url https://production.pier-finance.com/api/facilities/facility_id/disbursements \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"disbursement_bank_account": {
"type": "checking"
},
"transfer_type": "standard"
}
'
Try It!
to start a request and see the response here! Or choose an example: