Initiate a payment request that requires user approval in the mobile app. The payment request is stored in Redis and expires after 5 minutes. Users receive a real-time notification via WebSocket.
Bearer token authentication using developer secret key. Format: Bearer sk_live_your_secret_key_here
Wallet ID obtained from the get account endpoint
"wallet_id_here"
Amount to charge (minimum 0.01)
x >= 0.011000
Description of the payment
"Payment for service XYZ"
Merchant/company name for display in the payment request
"ACME Corporation"
Payment request created successfully
true
"Payment request sent to user for approval"
"550e8400-e29b-41d4-a716-446655440000"
PENDING "PENDING"
"2026-01-22T17:30:00.000Z"