Create a session for a payment service by ID
Creates a session for a payment service. This endpoint directly passes the request through to the relevant payment service for processing, and so the schema will differ based on the service used.
If the downstream service returns an error, this API will return a successful response with the status code in the response.
This endpoint requires the transactions.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the payment service.
"46973e9d-88a7-44a6-abfe-be4ff0134ff4"
Body
A request to generate a session for a payment session.
Response
Returns the response from the downstream service used to generate the session.
A session request for a payment session. This is an opaque object passed to the payment service.