Update Customer

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

id

string

required

metadata

object | null

metadataobject | null

firstName

string | null

lastName

string | null

emailAddress

string | null

phoneNumber

string | null

^\+?[\d\s\-().]+$

``200 Updated customer

Updated 3 months ago


ShellNodeRubyPHPPython

Base URL

https://api.superpayments.com/2026-04-01/customers/{id}


xxxxxxxxxx

curl --request PATCH \

--url https://api.superpayments.com/2026-04-01/customers/id \

--header 'accept: application/json' \

--header 'content-type: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

``200

Updated3 months ago