Documentation Index
Fetch the complete documentation index at: https://docs.pushcash.com/llms.txt
Use this file to discover all available pages before exploring further.
Goal
Create a user in order that their payment information can be securely stored and reused across transactions.Steps
Step 1: Create a user
What you need to do
When a user who has not previously been registered with the API loads your application, create a new user by calling the API. This should be done once per user in your system.How to do it
- Make an authenticated request to the create-user endpoint with the user’s identity information.
- Persist the returned
idin your database.
Integration checklist
- Create a user only once per internal user
- Store the returned user’s
idalongside your internal user record - Provide your internal user identifier in the
tagfield to ensure idempotency