GET
/
v2.01
/
{ClientId}
/
recipients
/
{RecipientId}
// GET has no body parameters
{
    "Id": "rec_01JRADYFJYPFM10XPQ8VFWW947",
    "Status": "ACTIVE",
    "CreationDate": 1744106896,
    "DisplayName": "Alex Smith EUR international payout account",
    "PayoutMethodType": "InternationalBankTransfer",
    "RecipientType": "Business",
    "Currency": "EUR",
    "UserId": "user_m_01JRADX7YD0060N5VAA0XPMM54",
    "Tag": "Created using the Mangopay API Postman collection",
    "RecipientScope": "PAYOUT",
    "BusinessRecipient": {
        "BusinessName": "Alex Smith Consulting",
        "Address": {
            "AddressLine1": "3 rue de la Cité",
            "AddressLine2": "Appartement 7",
            "City": "Paris",
            "Region": "Ile de France",
            "PostalCode": "75001",
            "Country": "FR"
        }
    },
    "InternationalBankTransfer": {
        "IBAN": "FR7630004000031234567890143",
        "BIC": "BNPAFRPPXXX"
    }
}

Path parameters

RecipientId
string
required

The unique identifier of the Recipient.

Responses

{
    "Id": "rec_01JRADYFJYPFM10XPQ8VFWW947",
    "Status": "ACTIVE",
    "CreationDate": 1744106896,
    "DisplayName": "Alex Smith EUR international payout account",
    "PayoutMethodType": "InternationalBankTransfer",
    "RecipientType": "Business",
    "Currency": "EUR",
    "UserId": "user_m_01JRADX7YD0060N5VAA0XPMM54",
    "Tag": "Created using the Mangopay API Postman collection",
    "RecipientScope": "PAYOUT",
    "BusinessRecipient": {
        "BusinessName": "Alex Smith Consulting",
        "Address": {
            "AddressLine1": "3 rue de la Cité",
            "AddressLine2": "Appartement 7",
            "City": "Paris",
            "Region": "Ile de France",
            "PostalCode": "75001",
            "Country": "FR"
        }
    },
    "InternationalBankTransfer": {
        "IBAN": "FR7630004000031234567890143",
        "BIC": "BNPAFRPPXXX"
    }
}
// GET has no body parameters