Submit payments return parameters

Submit direct return query and fragment parameters returned from the provider.

📘

Endpoint path changes

All Payments API v3 endpoints now start with /v3/. The old endpoints still work, but you must use the new path for all new integrations.

Body Params

Either query or fragment need to be present.

string

Submit the query parameters attached to the GET request received by
the third-party when redirected back to your redirect.direct_return_uri
set in the start authorization flow action.

string

Submit the fragment parameters attached to the GET request received by
the third-party when redirected back to the redirect.direct_return_uri
set in the start authorization flow action.

Headers
string

An idempotency key to allow safe retrying without the operation being performed multiple times.
The value should be unique for each operation (we strongly advise to use a UUID v4), with the same key being sent on a retry of the same request.
If a UUID can't be used, we advise to also include your client id in the idempotency key.

string
enum
Defaults to application/json; charset=UTF-8

Generated from available response content types

Allowed:
Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json; charset=UTF-8
application/problem+json; charset=UTF-8