List Outbound Beneficiaries

List Outbound Beneficiaries

GET {{Environment_URL}}/customers/v1/partner/physical/:cpf/beneficiaries

This route list all outbound beneficiaries record for a client.

Headers

Name
Value
Description

Authorization

Bearer <token>

Bearer Token obtained via sign-in

Path Params

Key
Description
Required
Data Type
Example

cpf

CPF in format 00000000000

true

String

12345678900

Response

[
  {
    "id": "68c2dfa3842cbcd66603c53c",
    "fullName": "Pearl Auer Sr.",
    "email": "[email protected]",
    "phone": "+51123456789",
    "cpf": "98765432100",
    "currency": "PEN",
    "address": {
      "country": "PE",
      "state": "LMA",
      "city": "Lima",
      "neighborhood": "Miraflores",
      "street": "Avenida Larco",
      "number": 890,
      "complement": "Oficina 501",
      "zipCode": "15074",
      "default": true,
      "nickname": "Lima Office",
      "id": "68c2dfa3842cbcd66603c53d"
    },
    "type": "OUTBOUND",
    "studyDocuments": [
      {
        "key": "dni",
        "id": "68c2dfa3842cbcd66603c53e"
      }
    ],
    "subType": "PERSON_TRANSFER",
    "personType": "PHYSICAL",
    "account": {
      "name": "Clint Pacocha",
      "type": "OUTBOUND",
      "beneficiaryDocument": {
        "beneficiaryDocType": "DNI",
        "value": "12345678"
      },
      "bankName": "Banco de Crédito del Perú",
      "bankBranch": "0001",
      "bankCode": "002",
      "bankCountry": "PER",
      "bankAccountType": "CH",
      "number": "00112345678901234567",
      "code": {
        "option": "SWIFT_BIC",
        "value": "BCPLPEPL"
      },
      "currency": "PEN",
      "paymentMethod": "BANK_ACCOUNT",
      "id": "68c2dfa3842cbcd66603c53f",
      "createdAt": "2025-09-11T14:41:39.776Z"
    }
  }
]