Overview
The Buyer object represents a customer that pays money to your organization.Methods
- Create
- Get
- Get by External ID
- Update
- List
POST /buyerCreate a new buyer under your enterprise.
Body Parameters
string
Legal first name from your records.
string
Legal last name from your records.
string
Optional user identifier from your system. If set, Manifest will enforce uniqueness, e.g. attempts to create a second buyer for the same user will fail.This should be a stable value like a User ID, not something that might change like an email address or phone number. This value should not contain any sensitive information.
string
Email address from your records.
string
ID of the payment instrument to associate with the buyer, if you have one. Primary usage is migrating existing customers to Manifest.
Example
Properties
string
Identifier for this buyer.
string
Legal first name from your records.
string
Legal last name from your records.
string
Optional user identifier from your system. If set, Manifest will enforce uniqueness, e.g. attempts to create a second buyer for the same user will fail.This should be a stable value like a User ID, not something that might change like an email address or phone number. This value should not contain any sensitive information.
string
Email address from your records.
string (read-only)
Embeddable form that allows your buyers to securely manage their payment method. You should not store this URL, as it may change over time. See Payment Methods for details.
object
The buyer’s stored payment card details. If null, the buyer has no stored card.