Upsert Consumer Customer

Onboard a consumer customer

SecurityLimepay-SecretKey
Request
Request Body schema: application/json
internalCustomerId
required
string
emailAddress
required
string
phoneNumber
required
string
givenName
string
middleName
string
familyName
required
string
required
object (CustomerAddress)
isVerified
required
boolean
Responses
200
400
401
403
404
405
406
409
422
429
500
503
post/customers/consumer
Request samples
application/json
{
  • "internalCustomerId": "string",
  • "emailAddress": "lucy.diamond@star.com",
  • "phoneNumber": "+61401234567",
  • "givenName": "string",
  • "middleName": "string",
  • "familyName": "string",
  • "address": {
    },
  • "isVerified": true
}
Response samples
application/json
"cust_ZqCNYhMSwU7yXmCa"
Copyright © April Solutions 2023. All right reserved.