Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3001/api/v1/business/payment/session \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{}'
{ "success": true, "data": { "sessionId": "<string>", "status": "<string>", "checkoutUrl": "<string>", "threeDsUrl": "<string>", "paymentId": "<string>", "transactionId": "<string>", "error": "<string>", "expiresAt": "2023-11-07T05:31:56Z", "amount": 123, "currency": "<string>", "availableMethods": [ { "provider": "<string>", "isActive": true, "supportedCurrencies": [ "<string>" ] } ], "pspPublicKeys": { "breeze": "<string>" } } }
The body is of type object.
object
Checkout session created
true
Show child attributes