Create User URL
Generate a URL for the Push User Widget or Apple Pay SDK.
- If
typeis omitted, generates a widget URL that supports all card processing types enabled for your instance. - If
typeiscard_onlyorsecure_debit, generates a widget URL restricted to that processing type. These values require the matching processing category to be enabled on your contract. - If
typeisapple_pay, generates a URL for use with the SDK’sApplePaylauncher.
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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The identifier for the user
"user_28CJjV7P4Go5PNJvfzghiD"
Body
Direction of the payment.
- Submit
cash_infor deposits - Submit
cash_outfor withdrawals
cash_in, cash_out Controls which URL is generated and, for widget URLs, which card processing type is offered to the user. If omitted, generates a widget URL that supports all processing types enabled for your instance.
card_only: Generate a widget URL restricted to card-only processing. Card-only credentials can be used for deposits but not withdrawals.secure_debit: Generate a widget URL restricted to Push secure debit processing. Secure debit credentials are bank-authenticated and required for withdrawals.apple_pay: Generate a URL for use with the SDK'sApplePaylauncher.
card_only and secure_debit require the matching processing category to be enabled on your contract.
apple_pay, card_only, secure_debit Response
URL created successfully
A widget URL when type is omitted, card_only, or secure_debit; an Apple Pay URL when type is apple_pay.