Skip to content

Create banking payin

POST
/order/v1/banking/order-payins

Generate a PIX payin QR Code for a company account.

idempotency-key
required
string

Unique key for idempotent requests

object
externalId
required

External identifier of the payin

string
accountId
required

Receiver account identifier

string format: uuid
paymentMethod
required

Payment method

string
Allowed values: PIX
pixKey

PIX key used to generate the QR Code

string
payer
required

Payer information

object
name
required

Payer full name

string
document
required

Payer document

object
type
required

Document type

string
Allowed values: CPF CNPJ
number
required

Document number

string
amount
required

Payin amount

object
currency
required

Currency code

string
Allowed values: BRL
value
required

Amount value as numeric string

string
description

Description of the payin

string
expiration

Expiration time in seconds for the QR Code

number
object
id
required

Payin identifier

string
externalId
required

External identifier

string
status
required

Current status

string
errorMessage

Error message when order cannot proceed

string
qrcodeImageBase64
required

QR Code image (base64)

string
qrcodeData
required

QR Code payload data

string
expireDateTime
required

Expiration datetime (ISO)

string
amount
required

Amount information

object
currency
required

Currency code

string
Allowed values: BRL
value
required

Amount value as numeric string

string
description
required

Payin description

string
conciliationId
required

Conciliation identifier

string

Bad request

Forbidden

Internal error