Payment Channels
Update Payment Channel
Update the name, account number, or default status of a payment channel.
PATCH
Update channel metadata without affecting active transactions.
The
Partial updates
Send only the fields you want to change. Omit everything else.shortcode and type fields cannot be changed after creation. Delete and recreate the channel if you need to update these.Authorizations
Use your API key as the username. Leave the password field empty.
Authorization: Basic <base64(apikey:)>You can also pass the raw API key:
Authorization: Basic <apikey>Path Parameters
The channel ID.
Body
application/json