πŸ“˜

The steps in this guide are following the essential steps mentioned in the payment API flow guide, so please check it before proceeding to this guide.

Pay Request:

πŸ“˜

Now that you have obtained the payment key, you need to prepare your checkout experience (i.e. client-side code). Our API enables you to accept payment on your website/web app.

iFrame URL:
https://accept.paymobsolutions.com/iframe/{{payment_token_obtained_from_step_3}}

Example:

Use the following test data to perform a test transaction with your test integration ID:

1012
Phone Number1050000001
Email[email protected]
2588
OTP
8888
2586
Card Details
Card Number4111 1111 1111 1111
Expiry Month12
Expiry Year25
CVV123

πŸ‘

That's it, you've successfully finalized your Tabby Payments integration with Accept :tada:.
Now, prepare endpoints to receive payment notifications from Accept's server, to learn more about the transactions webhooks, please check this guide.