cURL
curl --request POST \ --url {schemes}://api.upsun.com/organizations/{organization_id}/orders/{order_id}/authorize \ --header 'Authorization: Bearer <token>'
{ "redirect_to_url": { "return_url": "<string>", "url": "<string>" }, "type": "<string>" }
Creates confirmation credentials for payments that require online authorization
A valid request URL is required to generate request examples
The ID of the organization. Prefix with name= to retrieve the organization by name instead.
The ID of the order.
Payment authorization credentials, if the payment is pending
URL information to complete the payment.
Show child attributes
Required payment action type.