{ 
  "create": {
    "method": "POST",
    "path_template": "/mandates",
    "url_params": {},
    "body": {"mandates":{"authorisation_source":"telephone","consent_parameters":{"end_date":"example end_date 2332","max_amount_per_payment":2677,"periods":[{"max_amount_per_period":1306,"max_payments_per_period":3740,"period":"flexible"}],"start_date":"example start_date 8531"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"}}
  },
  "list": {
    "method": "GET",
    "path_template": "/mandates",
    "url_params": {},
    "body": {"mandates":[{"authorisation_source":"telephone","consent_parameters":{"end_date":"example end_date 604","max_amount_per_payment":3483,"periods":[{"max_amount_per_period":2686,"max_payments_per_period":4187,"period":"day"}],"start_date":"example start_date 1462"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"},{"authorisation_source":"web","consent_parameters":{"end_date":"example end_date 3421","max_amount_per_payment":8193,"periods":[{"max_amount_per_period":6765,"max_payments_per_period":8398,"period":"week"}],"start_date":"example start_date 922"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"}],"meta":{"cursors":{"after":"example after 6494","before":"example before 4806"},"limit":50}}
  },
  "get": {
    "method": "GET",
    "path_template": "/mandates/:identity",
    "url_params": {"identity": "MD123"},
    "body": {"mandates":{"authorisation_source":"telephone","consent_parameters":{"end_date":"example end_date 4007","max_amount_per_payment":8999,"periods":[{"max_amount_per_period":2044,"max_payments_per_period":4024,"period":"day"}],"start_date":"example start_date 7759"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"}}
  },
  "update": {
    "method": "PUT",
    "path_template": "/mandates/:identity",
    "url_params": {"identity": "MD123"},
    "body": {"mandates":{"authorisation_source":"paper","consent_parameters":{"end_date":"example end_date 3357","max_amount_per_payment":8853,"periods":[{"max_amount_per_period":8475,"max_payments_per_period":5740,"period":"flexible"}],"start_date":"example start_date 8089"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"}}
  },
  "cancel": {
    "method": "POST",
    "path_template": "/mandates/:identity/actions/cancel",
    "url_params": {"identity": "MD123"},
    "body": {"mandates":{"authorisation_source":"web","consent_parameters":{"end_date":"example end_date 545","max_amount_per_payment":8339,"periods":[{"max_amount_per_period":1581,"max_payments_per_period":3131,"period":"week"}],"start_date":"example start_date 6985"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"}}
  },
  "reinstate": {
    "method": "POST",
    "path_template": "/mandates/:identity/actions/reinstate",
    "url_params": {"identity": "MD123"},
    "body": {"mandates":{"authorisation_source":"web","consent_parameters":{"end_date":"example end_date 1695","max_amount_per_payment":7092,"periods":[{"max_amount_per_period":5275,"max_payments_per_period":4377,"period":"month"}],"start_date":"example start_date 4203"},"created_at":"2014-01-01T12:00:00.000Z","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","payments_require_approval":false,"reference":"REF-123","scheme":"bacs","status":"pending_submission","verified_at":"2021-01-01T12:00:00.000Z"}}
  }
}

