Update Recipient

Post https://app.moneygraph.ai/api/v1/recipient/update/{recipient_id}

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Path parameters

recipient_id* string

ID of recipient

Body parameters

first_name* string

Recipient First Name

middle_name string

Recipient Middle Name

last_name* string

Recipient Last Name

email* string

Recipient Email address

phone* string

Recipient Phone number

phone_iso2* string

Recipient Phone number iso2

state* string

Recipient State iso2

city* string

Recipient City

address* string

Recipient Address

postal_code* string

Recipient Postal/Zip Code

Response


{
    "message": "Recipient Updated",
    "status": "success",
    "data": {
        "id": "8d7a7950-d6d5-401d-a8a6-2d0c52dd12bc",
        "first_name": "John",
        "middle_name": "Son",
        "last_name": "Derrick",
        "email": "[email protected]",
        "phone": "+2349012345678",
        "currency_code": "USD",
        "currency_id": "d374d1fa-6a88-47b7-a5cc-94acb76610fc",
        "transfer_purpose": "Education",
        "delivery_method": "bank",
        "image": null,
        "country": "US",
        "state": "DE",
        "city": "City",
        "address": "Address",
        "postal_code": "90000",
        "bank": {
            "bank_name": "Bank of America",
            "account_number": "12413523562366",
            "account_name": "John Derick",
            "account_type": "Checkings",
            "routing_type": "SWIFT",
            "routing_code": "ZEIBNGLA"
        }
    }
}