API Docs / Schemas / PayerDto

PayerDto

Simplified DTO for displaying payer (customer) information.
Payers are created by GoCardless via Billing Request Flow, so we only need read-only properties.

Properties

Name Type Description
idstring
namestring
emailstring
createdAtstring

JSON Example

{
  "id": "string",
  "name": "string",
  "email": "string",
  "createdAt": "2024-01-01T00:00:00Z"
}