cURL
Create Select for Deposit Session
curl --request POST \ --url https://api.enterprise.sandbox.uphold.com/widgets/payment/sessions \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "flow": "select-for-deposit" } '
201
Select for Deposit Session Created
{ "session": { "flow": "select-for-deposit", "url": "https://payment.enterprise.uphold.com/", "token": "GEbRxBN...edjnXbL" } }
Create a new session for the Payment Widget.
Documentation IndexFetch the complete documentation index at: https://developer.uphold.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developer.uphold.com/llms.txt
Use this file to discover all available pages before exploring further.
OAuth 2.0
The flow of the payment widget session.
select-for-deposit
Session created.
Show child attributes
Was this page helpful?