💰H2H Deposit/Payin
The h2h payin operation involves depositing funds into an account from cards via API.
Supported H2H Payin Methods
Card Deposit funds from a credit or debit card.
Payin Flow
Initiate Payin: Submit a deposit request with the chosen method.
Validation: The system verifies the provided payment details (card number or wallet address).
Pass Card Data: Collect and pass customer card data
Processing: The deposit is processed and credited to the user's account.
Notification: If webhook settings specified, webhook is sent for each status transition. Webhook body represents payment model. Please refer to webhook section to get more details.
If no webhook settings specified, you can retrieve payment status via GET endpoint
Example API Request. Create h2h payin (See the API reference for more examples)
Example API Response. Create h2h payin
Example API Request. Pass card data (See the API reference for more examples)
Example API Response. Pass card data
Last updated