Update buyer
Updates a buyer’s details.
This endpoint requires the buyers.write
scope.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique ID for a buyer.
"8724fd24-5489-4a5d-90fd-0604df7d3b83"
Body
A request to update a buyer.
An external identifier that can be used to match the buyer against your own records. This value needs to be unique for all buyers.
1 - 200
"user-789123"
A unique name for this buyer which is used in the Gr4vy admin panel to give a buyer a human readable name.
1 - 200
"John L."
The billing details of the buyer.
Response
The type of this resource. Is always buyer
.
buyer
"buyer"
The unique Gr4vy ID for this buyer.
"fe26475d-ec3e-4884-9553-f7356683f7f9"
The billing details associated with a buyer.
The date and time when this buyer was created in our system.
"2013-07-16T19:23:00.000+00:00"
A unique name for this buyer which is used in the Gr4vy admin panel to give a buyer a human readable name.
1 - 200
"John L."
An external identifier that can be used to match the buyer against your own records.
1 - 200
"user-789123"
The unique ID for a merchant account.
"default"
The date and time when this buyer was last updated in our system.
"2013-07-16T19:23:00.000+00:00"
The source account number to perform an account funding transaction.
1 - 255
"1234567"
Was this page helpful?