Update setup return URL
Changes where the buyer lands after completing an off-site step, up until they return. Accepts either a secret key or the setup’s own client_secret, so the surface that knows the final destination can set it.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Path Parameters
The unique identifier of the setup intent.
Body
Where the buyer continues after completing an off-site step. Must be an absolute https URL without credentials, at most 2,048 characters.
"https://merchant.example/thanks"
Response
Return URL updated
The setup this status describes, prefixed sint_.
What the buyer must do next while status is requires_action, otherwise null.
Always setup_status.
Where to send the buyer once the setup reaches a resting state, or null to leave them where they are.
How far the setup has got. requires_action — the buyer has a step outstanding; see next_action. processing — the buyer has done their part and the processor is deciding. succeeded — the payment method is saved. canceled — abandoned or refused.
processing, succeeded, canceled, requires_action "processing"

