Get Proof of Payment infos

Get Proof of Payment infos

GET {{Environment_URL}}/mass-payments/v1/payouts/:id/proof-of-payment

Headers

Name
Value

Authorization

Bearer <token>

Path Variables

Name
Description

id

b4977f11-ebba-9999-b5dd-0bd5d06b99bb

Response

{
    "id": "b4977f11-ebba-9999-b5dd-0bd5d06b99bb",
    "amount": 1,
    "paidIn": "2025-11-06T18:52:35.064Z",
    "name": "John Doe",
    "endToEndId": "E132033542025110621527089801D319",
    "bankDetails": {
        "accountHolderDocument": "075.***.729-**",
        "bankBranch": "0238",
        "bankName": "ID20",
        "bankPspId": "ID20",
        "bankNumber": "ID20",
        "accountNumber": "318183",
        "accountDigit": null
    },
    "pixType": "UNKNOWN",
    "pixKey": "07*******04"
}