Skip to main content

Create a Payment Using S2S Call

To create a payment intent, send a request to either our sandbox or production endpoint. For detailed information, refer to the API Reference documentation. Upon successful creation, you will receive a client_secret, which must be provided to the SDK to render it properly.

Integrate Web SDK

To integrate Web SDK, follow these guides:

Integrate Mobile SDK

To integrate mobile SDK, follow these guides:

Additional Notes

In case you’re integrating the ExpressCheckout (mentioned later below), instead of creating multiple paymentIntents for the same customer session, you can also use paymentsUpdate API for better analytics.