post https://api-sandbox.grailpay.com/3p/api/v1/financing
Once the business has received working capital financing, they can proceed to loan through this API
Responses
Once the business has received working capital financing, they can proceed to loan through this API
xxxxxxxxxx
curl --request POST \
--url https://api-sandbox.grailpay.com/3p/api/v1/financing \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
24{
"status": true,
"message": "",
"data": {
"uuid": "b5c337d8-d886-11ed-afa1-0242ac120002",
"payer_uuid": "aae3664b-db18-428c-9a2f-a876f259a7c3",
"payee_uuid": "54f964d4-7ade-4cd1-a278-4f21cad18a2b",
"transaction_status": "CAPTURE_ACH_PENDING",
"amount": 12000,
"transaction_fee": 300,
"currency": "USD",
"client_reference_id": "",
"payout_delay_days": 0,
"company_name": null,
"description": null,
"addenda": null,
"type": "api",
"repayment_date": "2024-04-18",
"financing_credit_balance": 102500,
"created_at": "2023-04-11 14:25:26",
"updated_at": "2023-04-11 16:25:26"
},
"errors": []
}