Skip to main content
POST
Update customer details
Performance expectations:
p50: 1100 ms, p99: 1900 ms.
Measured on successful requests (2xx), server-side only.
How to interpret these metrics

Authorizations

Authorization
string
header
required

Use OAuth2 client credentials to obtain a bearer token.

Token endpoint: POST <BASE_URL>/keycloak/realms/longship/protocol/openid-connect/token

Use the same base URL as the selected API server:

  • Test environment: https://apigwuat.corpay.com
  • Production environment: https://apigw.corpay.com

Example:

Path Parameters

customerAccountNumber
string
required

Body

application/json
customerName
string
Maximum string length: 310
customerBusinessReference
string

Reference to Consumer System Internal Identifier

Maximum string length: 20
customerContact
object
customerAddress
object

If customer address is provided then all the fields inside the address object needs to be provided.

Response

Operation status

The response is of type object.