CoworkerPaymentMethods
Get one CoworkerPaymentMethod
Retrieve a single CoworkerPaymentMethod record by its Id.
GET
Get one CoworkerPaymentMethod
A customer payment method (CoworkerPaymentMethod) records the provider credentials used to charge a specific customer at a specific location; only one record is allowed for each customer, location, and provider.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CoworkerPaymentMethod-Read role.Path Parameters
integer
required
The Id of the CoworkerPaymentMethod record to retrieve.
Code Examples
Response
200
integer
ID of the customer whose payment method is stored; the customer must belong to a location the operator can access.
integer
ID of the location that uses this payment method when charging the customer.
string
Display value for Business.Name..
string
Display value for Business.Currency.Code..
integer
Regular-payment provider for this method; only one method may exist for the same customer, location, and provider, and the Admin UI supports Stripe, StripeACH, StripeBACS, and GoCardless.
string
Payment-provider method ID supplied by the provider, such as a Stripe payment method token; set it only for the matching provider flow.
string
Payment-provider customer ID supplied by the provider, such as a Stripe customer ID; set it only for the matching provider flow.
string
Payment-provider mandate or bank-account identifier supplied by a direct-debit provider; GoCardless and StripeBACS use this field.
string
Gateway-populated masked card value retained for display only; do not store or change a full card number here.
string
Optional internal notes about this customer payment method.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response