Get PIX Payment

Check

GET https://gateway-pix.raspay.com.br/production/v3/report/transactions/pix/:id

Path Parameters

Name
Type
Description

id

string

Transaction ID

Headers

Name
Type
Description

Authorization

string

Bearer Token got from Auth endpoint

Content-Type

string

application/json

{
    "transactionType": "PIX",
    "id": "4aa5f957-0472-4720-bbf3-f673ac5e17a5",
    "acquirer_id": "4aa5f95704724720bbf3f673ac5e17a5",
    "qr_code": "",
    "qr_code_image": "",
    "value": 1.01,
    "paid_value": 1.01,
    "description": "teste 01/09",
    "webhook_url": "https://mywebsite.com/webhook",
    "paid_at": "2021-07-13T11:46:12.000Z",
    "status": "PAID",
    "delivered_at": "2021-07-13T14:17:41.000Z",
    "currency": "BRL",
    "paid_currency": "BRL",
    "created_at": "2021-07-13T14:43:55.277Z",
    "conciliation_id": "66430ca556b5419da2dde7d46",
    "end_to_end_id": "E18236120202211030409s00e406e4f7",
    "pix_payer": {
        "name": "JOHN DOE",
        "document": "00000000000",
        "bank_name": "BCO S.A.",
        "bank_agency": "1234",
        "bank_account": "1234567",
        "bank_account_type": "ContaCorrente"
    },
    "buyer": {
        "name": "John Doe",
        "cpf": "00000000000",
        "email": "ras.net.br"
    }
}

Last updated