Beneficiary Created Webhook
The BENEFICIARY_CREATED webhook is sent when the details of a beneficiary’s payout method are successfully saved.
This occurs in the following workflows:
Webhook - Beneficiary Created
{ "id": "wh_f208521576cee4018ba3e539ec1c94f0", "type": "BENEFICIARY_CREATED", "data": { "id": "beneficiary_60374cd8dfbf1e9c2c911d4754008ddd", "name": "John Doe", "email": "john1.doe@rapyd.net", "country": "US", "category": "card", "currency": "USD", "last_name": "Doe", "first_name": "John", "card_number": "1111", "entity_type": "individual", "identification_type": "international_passport", "card_expiration_year": "23", "identification_value": "123456789", "card_expiration_month": "11", "merchant_reference_id": "john.doe", "default_payout_method_type": "us_mastercard_card" }, "trigger_operation_id": "4493f518-0e79-4c22-aa73-b54296644c37", "status": "NEW", "created_at": 1644769993, "extended_timestamp": 1644769993492 }