Skip to main content
All responses are returned in JSON format. When you create a new collection schedule, you’ll receive a customer portal link that you can share with your customer to complete the setup. Example response:
{
  "id": "sched_123456789",
  "status": "active",
  "amount": {
    "value": 2000,
    "currency": "GBP"
  },
  "consent_url": "https://my.config.money/consent/sched_123456789",
  // ... other fields
}
The response will always include:
  • A unique identifier for the resource
  • The current status of the resource
  • Any relevant metadata
  • Links to related resources where applicable