00 Call endpoint /paymenthub/v1/standalonecredits using the paymentHandleToken.000 Paysafe returns our standard gateway response, indicating either a positive or negative outcome:
Positive…
Consumer experience - first payment
NOTE: This shows the consumer experience on a desktop. The experience on a cell phone is different as there is no QR code.…
Implementation
Call the following endpoints in sequence:
/paymenthub/v1/paymenthandles Initializes the payment process and provides you with a URL to redirect the consumer. Redirect the…
00 Use the profile data returned in the response to the payment handles request to decide whether to proceed with the payment.
NOTE: If you decide not to proceed with the payment, the ring-fenced…
This use case enables your consumer to choose Venmo as a payment option on your webstore and to make a payment using their Venmo wallet.
For the first payment, you redirect your consumer to…
00 Use the profile data returned in the response to the payment handles request to decide whether to proceed with the payment.
NOTE: If you decide not to proceed with the payment, the ring-fenced…
STEP 2: Redirect consumer
00 Use the profile data returned in the response to the payment handles request to decide whether to proceed with the payment.
NOTE: If you decide not to proceed with the…