📚 API Docs
Getting Started
Introduction
Installation
Authentication
Get Client ID & Secret
Get Access Token
Payments
Create Checkout
Payment Response
Verify Payment
Playground
API Request Playground
Authorize
Base URL:
Endpoint:
Type:
Body:
{ "amount": 0, "callbackUrl": "string", "webhookUrl": "string", "description": "string", "reference": "string", "metadata": { "order_id": "string", "customer_email": "string" } }
Response:
Expected Response:
Status Code 200:
{ "checkoutUrl": "https://checkout.bancwild.com/checkout/12345", "expiresAt": "2023-05-25T12:00:00Z" }
Status Code 400:
{ "message": "Missing required field: amount" }
Status Code 403:
{ "message": "Forbidden: Invalid or expired token" }
Submit
Endpoint:
Type:
Params:
transactionId:
Response:
Expected Response:
Status Code 200:
{}
Status Code 400:
{}
Status Code 401:
{}
Submit