Add funds to the authenticated wallet by charging a saved payment method. If the payment completes immediately, the new balance is returned. If 3D Secure verification is required, a redirect URL is returned for the user to complete in a browser. Requires a merchant secret key (aks_live_* / aks_test_*).
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Payment processed
Payment status. "completed" means funds were added immediately. "requires_action" means 3D Secure verification is needed.
completed, requires_action Unique identifier for this payment
New wallet balance after funding (only present when status is "completed")
"75.00"
URL for 3D Secure verification (only present when status is "requires_action"). Open in a browser to complete.