Start Transaction

Create a transaction for all items requested.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Post Body Example

AttributeDescription
unitPriceThe value to be charged in cents for each item. If the product costs R$ 12,00. You must include the unit price as 1200.Those values will be used to sum up the final value to be charged.
{
  "domain" : "www.meusite.com.br",
  "path" : "eventos/pagina-do-evento",
  "extras": [
    {
      "externalId": "999",
      "name": "Coke (355ml)",
      "quantity": 1,
      "unitPrice": 1
    }  
  ],
  "eventId" : 123456,
	"userId" : 123456,
	"passkey" : "promoCode",
	"tickets" : [
		{
			"guesTypeId" : 12345,
			"quantity" : 1,
			"email" : "[email protected]"
		},
		{
			"guesTypeId" : 65421,
			"quantity" : 1
		}
	]
}
Query Params
string
required

The usertoken for whom the purchase is requested.

Body Params
extras
array of objects

List of products being sold for your reference.

extras
string

Domain of request, used by antifraud. Example: meusite.com

string

Path of request, used by Antifraud. Example: /checkout/cart

int32

Event ID to which the purchase is made. Required only for ticketing sales.

int32

User ID required for sales with ticketing.

tickets
array of objects

List of tickets and quantities to be booked.

tickets
string

The code that allows hidden tickets to be bought, when one of them is selected. Requires ticketing sales.

Response

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json