RCUR

Mandates

List mandates for customer

get https://rcur.app/api/v2/customers/{customerId}/mandates

Requires your API key as Authorization: Bearer <key>. See authentication.

Path parameters

  • customerId string required

Responses

200 List of mandates object
  • data array of Mandates
    6 child attributes · Mandate
    • id string required
    • method string required

      One of directdebit creditcard

    • status string required

      One of valid invalid pending

    • custom_mandate_reference string nullable
    • signature_date string nullable
    • details object required
      8 child attributes
      • consumer_name string nullable
      • consumer_account string nullable
      • consumer_bic string nullable
      • card_holder string nullable
      • card_number string nullable
      • card_expiry_date string nullable
      • card_label string nullable
      • card_fingerprint string nullable
404 Resource not found Error object
  • status integer required
  • error string required
Try it Send this request with your own API key

Requests run against the live data of the organization that owns the key.