ποΈ 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".
ποΈ Cancel Order
If the customer wants to switch to USDT after selecting BTC. She/he will cancel order and reselect. Itβs done by KidaPay Invoice page. ONLY use this if you want to build an in-house payment without redirecting to KidaPay Invoice page.
ποΈ Checkout Order
Based on the purchase amount, the customer can select payment currency for the order. The response will have the payamount and paymentaddress. You can redirect the buyer to the payment_url.
ποΈ 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.