Get PIX Withdraw

Check

GET https://gateway-pix.raspay.com.br/production/v3/report/withdraw/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

{
    "id": "4aa5f957-0472-4720-bbf3-f673ac5e17a5",
    "value": 1.99,
    "type": "PF",
    "pix_key": "05743750904",
    "description": null,
    "paid_at": "2021-07-20T15:37:58.000Z",
    "delivered_at": "1900-01-01T00:00:00.000Z",
    "receiver_name": "JOHN DOE",
    "receiver_cpf": "00000000000",
    "receiver_cellphone": "",
    "pix_key_type": "CPF",
    "receiver_bank": {
        "bank_name": "NU PAGAMENTOS S.A.",
        "bank_account": "12345678",
        "bank_agency": "0001",
        "bank_number": "000",
        "bank_account_type": "ContaCorrente",
        "bank_client_name": "JOHN DOE",
        "bank_client_document": "00000000000",
        "bank_client_document_type": "CPF"
    },
    "webhook_url": "https://mywebsite.com/webhook",
    "status": "PAID",
    "created_at": "2021-07-20T15:37:54.273Z",
    "error": null
}

Last updated