Skip to main content
PATCH
/
api
/
customer
/
update
Update Customer
curl --request PATCH \
  --url https://app.dimepayments.com/api/customer/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "filters": [],
  "data": []
}
'
{
  "data": {
    "uuid": "66f1c230-68cf-4d58-b47c-1bcb83adfddd",
    "first_name": "Ryan",
    "last_name": "Taylor",
    "phone": "+17707892072",
    "email": "rtaylor82@gmail.com",
    "addr1": "4655 Hwy 136 W",
    "addr2": "",
    "addr3": "",
    "city": "Dawsonville",
    "state": "GA",
    "zip": "30534",
    "country": "USA"
  }
}

Authorizations

Authorization
string
header
required

You can retrieve your token by visiting your dashboard and clicking Generate API token under your profile in top right.

Body

application/json
filters
object
required

One of the filters is required to select a unique customer

Example:
[]
data
object
required
Example:
[]

Response

data
object