https://sandbox.pushcash.com
and do not trigger real money-movement.create user
endpoint.
id
for the user returned from the endpoint in your database and provide it each time the user performs a payment using Push.create intent
endpoint to initiate a payment session.
Submit basic details about the transaction such as the amount, currency, and direction.
Set the redirect_url
parameter to control where the user will be redirected after the payment session.
example create-intent request body
url
field from the response to the frontend to redirect the user to the payment session.
webhook_url
parameter passed to create-intent.
example create-intent request body
X-Idempotency-Key
header with your internal transaction identifier.
The key will be included in the webhook payload for the payment intent.
example webhook payload