Overview
The Buyer object represents a customer that pays money to your organization.Methods
POST
/buyerCreate a new buyer under your enterprise.
Body Parameters
Legal first name from your records.
Legal last name from your records.
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.
Email address from your records.
ID of Account Connection whose merchant account will be used for the buyer’s purchases.
ID of the payment instrument to associate with the buyer, if you have one. Primary usage is migrating existing customers to Manifest.
User defined data that can be attached to the object. See the User Data
page for details.
Example
Properties
Identifier for this buyer.
Legal first name from your records.
Legal last name from your records.
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.
Email address from your records.
User defined data that can be attached to the object. See the User Data page for details.
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.
The buyer’s stored payment card details. If null, the buyer has no stored card.