Skip to main content
POST
/
v2
/
payment-session
/
{payment-session-id}
/
create-ticket
Create Payment Session Ticket
curl --request POST \
  --url https://api.avenia.io:8443/v2/v2/payment-session/{payment-session-id}/create-ticket \
  --header 'Authorization: Bearer <token>'
{}

Create Payment Session Ticket

POST request to /v2/payment-session//create-ticket

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

payment-session-id
string
required

ID of the payment session

Response

Success

The response is of type object.