post https://sandbox.kriptup.io/api/v1/payments/
Use this to orchestrate NGN payment between 2 parties (the receiving party being a Flux user).
Log in to see full request history
Responses
Use this to orchestrate NGN payment between 2 parties (the receiving party being a Flux user).
xxxxxxxxxx
12curl --request POST \
--url https://sandbox.kriptup.io/api/v1/payments/ \
--header 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJidXNpbmVzc19pZCI6OCwidXNlcl9pZCI6OSwiZXhwIjoxNjU1OTMzMTQ2fQ.gNzYhwVAPZ8xUwcMHwbBf-WDt-27sK3Un0btpky7jEs' \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"currency": "NGN",
"payment_type": "FLUX_TRANSFER",
"fee_bearer": "PAYER"
}
'
Try It!
to start a request and see the response here! Or choose an example: