Create Client Transaction

Create Client Transaction

GET {{Environment_URL}}/v2/transactions

This route is responsible for the creation of a client transaction.

Delivery address must be registered with the correspondent client.

When creating a transaction, if the transaction amount is equal to or greater than US$ 1000 or equivalent in another currency, the delivery amount must be sent equal to 0.

When creating a transaction from R$ 10.000,00 (without adding the value of delivery), the client must be the receiver, which means that the document of both must be the same.

If no payment method is used in the creation payload, the default payment method will be TED

Transaction

Attribute
Description
Type

id

The transaction unique identifier

Integer

type

Type of the transaction

String

status

The transaction status

Status

delivery

Delivery information of transaction

Delivery

client

Client information

Client

merchant

Merchant information

Merchant

total

Total transaction amount and precision

Value

user

Transaction user information

User

invoiceId

The invoice identifier

Integer

partnerId

The partner identifier

String

cancellationReason

The cancellation reason text for invalid a transaction

String

createdAt

Transaction creation date

Date

updatedAt

Transaction update date

Date

payment

Payment Method

Payment

Status

Attribute
Description
Type

key

The transaction status

String

label

The transaction status label

String

Delivery

Attribute
Description
Type

address

Delivery address information

Address

receiver

Delivery receiver information

Receiver

date

The date to delivery

DateTime

cost

Delivery cost and precision

Value

Address

Attribute
Description
Type

city

The city of the delivery

String

zipCode

The zip code of the address

String

neighborhood

The neighborhood

String

state

The address state

String

number

The address number

Integer

complement

Any complement about the address

String

street

The street address to the delivery

String

nickname

The label that identifier the address

String

inlineAddress

The complete address informations inline

String

Receiver

Attribute
Description
Type

name

The name of the receiver

String

document

The document number of the receiver

String

Client

Attribute
Description
Type

cpf

The CPF document of the client

String

email

The email of the client

String

name

The name of the client

String

Merchant

Attribute
Description
Type

id

The merchant identifier

String

label

The merchant label description

String

correspondentId

The correspondent identifier the merchant belongs to

Integer

storeId

The store identifier the merchant belongs to

Integer

Payment

Attribute
Description
Type

method

payment method

String

String

User

Attribute
Description
Type

id

The user identifier

Integer

email

The user email

String

type

The user type

String

Headers

Name
Value

Authorization

Bearer <token>

client-key

123ABCD456

Request Body

Response