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
Paste your PalPluss API key in the username field and leave the password field empty — it is ignored.
Get your key from console → Settings → API Keys (starts with pk_live_ or pk_test_).
In your own code, send the key directly:
Authorization: Basic YOUR_API_KEY
Path Parameters
The channel ID.
Body
application/json