Initiate Checkout
post/checkout/payments
Headers
x-pub-keystring
Your public key. This can be found in the settings page of your portal
x-business-idstring
The unique Identifier of the parent business
Request body
Response
200
Example response
{
"status": true,
"message": "Hosted link generated",
"data": {
"link": "https://sandbox-checkout.fincra.com/pay/fcr-p-08e0c36289",
"reference": "KB-909",
"payCode": "fcr-p-08e0c36289"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.