v1
latestOpenAPI 3.0.22026-07-2667277423.4 KBPlatform Model
Merchant: Update
Updates a sub-merchant's settings, including payment and payout toggles, email notification preferences, and payment method expiry settings.
patch/merchants/{id}
Path parameters
idstring required
A unique 25-character alphanumeric resource identifier.
Request body
Example request
{
"expiry_settings": [
{
"currency": "JPY"
}
]
}Response
200 response
Example response
{
"expiry_settings": [
{
"currency": "JPY"
}
],
"active_payment_methods": [
{
"currency": "JPY"
}
]
}