Fund milestone
Milestones must be funded before the seller can deliver the product or service. When the funding endpoint it called, the user is redirected to a payment gateway to fund via available payment methods such as bank transfer.
To fund a specific milestone
POST
{{api_url}}/v1/milestones/{milestone_id}/fund
Query Parameters
Name
Type
Description
milestone_id*
string
specify the milestone id
Headers
Name
Type
Description
Authorization*
string
your Trustcrow API keys to authorize customers
Request Body
Name
Type
Description
buyer_id*
string
input the buyer's ID
{
"status": true,
"message": "Procees with the link to fund your milestone",
"data": {
"checkout_url": "https://sandbox.sdk.monnify.com/checkout/MNFY|39|20231226122300|001736"
}
}
Only when a milestone has been funded does the buyer protection begins, and the seller is instructed to go ahead and ship the products or service.
Last updated
Was this helpful?