curl --location --request GET 'https://api.plexypay.comv1/merchants/payment-beneficiaries/' \
--header 'Authorization: <api-key>'{
"paymentBeneficiaries": [
{
"id": "string",
"companyName": "string",
"accountNumber": "string",
"bin": "string",
"beneficiaryCode": "string",
"beneficiaryCountry": "string",
"transferType": "string",
"merchantId": "string",
"createdAt": "string",
"updatedAt": "string",
"settleBalance": 0
}
],
"total": 0
}