Payment APIs

We're defining the Ready API that initiates the payment and the sequence that follows.

Start a payment flow

POST /payment/ready

This API returns the payment URL for the Excoinz IG Solution Payment Page.

Headers

Body

Response

{
  redirect_url:'https://pay.excoinz.com/payment?locale=en&t=yourtoken'
}

Error Code

Last updated