Skip to main content
PUT
Edit Recipient
Update an existing payment recipient’s information. This allows you to modify account details, limits, or identification information.

Overview

Use this endpoint to update recipient information such as account details, payment limits, or identification documents.

Path Parameters

string
required
Recipient UUID

Request Body

string
Updated bank account number
string
Updated account holder name
string
Updated account type
string
Updated currency code
string
Updated country code
string
Updated bank name
string
Updated bank code
number
Updated payment limit
string
Updated identification type
string
Updated identification number
object
Updated payment details object

Response

object
Updated recipient object with all current information

Authorizations

Authorization
string
header
required

Bearer token authentication. Include your API key in the Authorization header as: Bearer {your_api_key}

Path Parameters

id
string<uuid>
required

Recipient ID

Body

application/json
account_number
string
account_name
string
account_type
string
account_currency
string
account_country_code
string
account_bank_name
string
account_bank_code
string
amount_limit
number
identification_type
string
identification_number
string
payment_details
object

Response

200 - application/json

Recipient updated successfully

success
boolean
message
string
stan
string<uuid>
data
object