Properties
Name | Type | Required | Description |
---|---|---|---|
name | str | ✅ | The name of the individual customer or the business name |
addresses | List[Address1] | ❌ | Array of address objects associated with this customer. For more information |
business_vat_id | str | ❌ | The tax ID number of the customer |
coupon | str | ❌ | The ID of a coupon that is assigned to this customer |
payment_method | CustomerRequestPaymentMethod | ❌ | The payment method that is used when the transaction does not specify a payment method. String starting with card_ or other_. |
description | str | ❌ | A text description of the customer |
str | ❌ | Customer's email address | |
ewallet | str | ❌ | ID of the wallet that is linked to the customer. String starting with ewallet_. |
invoice_prefix | str | ❌ | A custom string that is prefixed to all invoices for this customer. |
metadata | dict | ❌ | A JSON object defined by the Rapyd partner |
phone_number | str | ❌ | Customer's primary phone number in E.164 format |