Create Payment

Create payment service. A URL é sempre POST /v1/payment/orders.
O que muda é o type (método de pagamento) enviado no body: PIX, BNPL ou CARD.
Os schemas de request/response variam conforme o type (PaymentPixFull, PaymentBNPL ou PaymentCardSchemas).

Body Params
store
object
transaction
object
required
string
required

Transaction country code (two-letter ISO 3166 country code)

payment_method
object
required
payer
object
string

Description sent to recipient of payment (Max. 140 characters)

notification_url
array of strings
required

List of urls to which notifications will be sent

notification_url*
Responses

404

Not Found

409

Conflict

500

Internal Server Error

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