đŸ’ĩRequest payment based on fiat

POST /pay/request-pay-sdk-fiat

This endpoint is designed to initiate the payment request process within PayPangea's ecosystem. By making a POST request to this endpoint, developers can obtain the unique token necessary to proceed with a payment operation. This token is then used to authenticate and facilitate payment transactions through an iframe or a separate webpage, ensuring a seamless and secure payment flow.

Headers

Body

Response

{
  "status": 1,
  "tkn": <token>
}

Once you obtain the token, follow the instructions on this page:

Last updated