post https://api.centiiv.com/api/v1/escrow
Initialize a new escrow transaction between parties.
Log in to see full request history
Response
Initialize a new escrow transaction between parties.
xxxxxxxxxx
curl --request POST \
--url https://api.centiiv.com/api/v1/escrow \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"customerEmail": "customer@example.com"
}
'
Try It!
to start a request and see the response here! Or choose an example: