Deposit funds
Account Management
Deposit funds
Create a hosted payment link so a user can add funds to their account.
POST
Deposit funds
Requires
Authorization: Bearer <user-access-token> — the token from Verify login code. No X-Api-Key, X-Api-Secret, or userId — the token already identifies the user.paymentLink to your user so they can complete the payment with the selected provider.
The deposit is created with status: "PENDING". The user’s balance is updated after the payment is completed and confirmed by the provider.
Request
Body
Response
201 CreatedAmounts are decimal USDC values (e.g.
100 = USDC 100.00), not smallest-unit integers. Never use floating point arithmetic to compute the value before sending it.