📄️ Authentication
If you want to call the API (CreateOrder) on your website or apps, authentication
📄️ HTTP Response and Error Codes
API Errors
📄️ Order Status
Status for the purchase order (invoice). On the merchant side, the most commonly used statuses are "NEW" and "PAID".
📄️ Create Order
When the customer clicks the 'Pay with Crypto' button, he/she is going to the Crypto payment page payment_url. Create Order API does two things.
📄️ Get Order
Retrieving a specific order by KidaPay order ID
📄️ Get Orders
Retrieving information of all orders.
📄️ Payment Callback (Webhook)
KidaPay can send webhook events that notify your application any time order status has been paid.
📄️ Refund
Making a refund request for a specific order by KidaPay order ID.