post https://api.thirdfi.org/api/v1/sessions/repayAndWithdraw
This API is used to create a single-click repay and withdraw session.
Log in to see full request history
Responses
This API is used to create a single-click repay and withdraw session.
xxxxxxxxxx
10curl --request POST \
--url https://api.thirdfi.org/api/v1/sessions/repayAndWithdraw \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"successURL": "https://thirdfi.org",
"cancelURL": "https://thirdfi.org"
}
'
Try It!
to start a request and see the response here! Or choose an example: