{ 
  "create": {
    "method": "POST",
    "path_template": "/mandates",
    "url_params": {},
    "body": {"mandates":{"authorisation_source":"telephone","consent_parameters":{"end_date":"example end_date 7193","max_amount_per_payment":3155,"periods":[{"max_amount_per_period":6725,"max_payments_per_period":7376,"period":"day"}],"start_date":"example start_date 5668"},"consent_type":"example consent_type 4573","created_at":"2014-01-01T12:00:00.000Z","funds_settlement":"direct","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","next_possible_standard_ach_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":"paper","consent_parameters":{"end_date":"example end_date 4713","max_amount_per_payment":4548,"periods":[{"max_amount_per_period":1843,"max_payments_per_period":4417,"period":"day"}],"start_date":"example start_date 3040"},"consent_type":"example consent_type 1673","created_at":"2014-01-01T12:00:00.000Z","funds_settlement":"managed","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","next_possible_standard_ach_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 414","max_amount_per_payment":8119,"periods":[{"max_amount_per_period":2160,"max_payments_per_period":9738,"period":"year"}],"start_date":"example start_date 6057"},"consent_type":"example consent_type 389","created_at":"2014-01-01T12:00:00.000Z","funds_settlement":"managed","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","next_possible_standard_ach_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 4764","before":"example before 1524"},"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 2963","max_amount_per_payment":3180,"periods":[{"max_amount_per_period":8812,"max_payments_per_period":695,"period":"week"}],"start_date":"example start_date 1985"},"consent_type":"example consent_type 3165","created_at":"2014-01-01T12:00:00.000Z","funds_settlement":"managed","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","next_possible_standard_ach_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":"telephone","consent_parameters":{"end_date":"example end_date 754","max_amount_per_payment":8100,"periods":[{"max_amount_per_period":9561,"max_payments_per_period":181,"period":"flexible"}],"start_date":"example start_date 4025"},"consent_type":"example consent_type 1064","created_at":"2014-01-01T12:00:00.000Z","funds_settlement":"managed","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","next_possible_standard_ach_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 5130","max_amount_per_payment":6580,"periods":[{"max_amount_per_period":8614,"max_payments_per_period":9758,"period":"week"}],"start_date":"example start_date 9220"},"consent_type":"example consent_type 9130","created_at":"2014-01-01T12:00:00.000Z","funds_settlement":"direct","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","next_possible_standard_ach_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 6016","max_amount_per_payment":3207,"periods":[{"max_amount_per_period":5490,"max_payments_per_period":6484,"period":"year"}],"start_date":"example start_date 7480"},"consent_type":"example consent_type 5750","created_at":"2014-01-01T12:00:00.000Z","funds_settlement":"direct","id":"MD123","links":{"creditor":"CR123","customer":"CU123","customer_bank_account":"BA123","new_mandate":"MD123"},"metadata":{},"next_possible_charge_date":"2014-10-27","next_possible_standard_ach_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"}}
  }
}

