Get Remittance Operation Data

Get Remittance Operation Data

GET {{Environment_URL}}/v2/remittances/payments/:id

This endpoint is responsible to return all information of a remittance made by a logged user with an authorized client.

Obs: This route allows you to query shipment data using the resourceId that is generated after the operation is created.

Output Params
Description

resourceId

Unique id for the remittance

total

Foreign currency value

createdAt

Remittance registration date in UTC z

name

Client name

cpf

Client CPF

status

Status

qrCodeUrl

QR code generated after creating a remittance with DYNAMIC PIX as the payment method.

Status

Output Params
Description

key

Status key of the remittance

label

Label for the status key

Headers

Name
Value
Description

Authorization

Bearer <token>

Bearer Token obtained via sign-in

client-key

123ABCD456

Client authentication key

Response

Last updated