Invincible Pay
Beneficiaries

Update beneficiary

Update details for an existing beneficiary. All future transactions will use the updated details.

PUT
/v1/beneficiaries/{uuid}

Path Parameters

uuid*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://api.invinciblepay.com/v1/beneficiaries/string" \  -H "Content-Type: application/json" \  -d '{    "firstName": "string",    "lastName": "string",    "type": "customer"  }'
Empty
{
  "error": "string",
  "error_code": {}
}