Allocation payment
Retrieve allocation payments
Retrieves allocation payments.
get/allocation-payment
Query parameters
trashed'only' | 'all' | 'none'
Filter by soft-deletion mode.
- only - Show only soft-deleted resources.
- all - Include soft-deleted resources alongside live ones.
- none - Exclude soft-deleted resources.
order'amount' | 'created' | 'currency' | 'date_due' | 'date_paid' | 'external_id' | 'reference' | 'slug' | 'status' | 'updated'
Column name to order by. An unrecognised value falls back to the default sort by updated.
dir'asc' | 'desc'
Sort in ascending or descending order.
pagestring
Specify the page number to return.
per_pagestring
Limit the number of items returned to between 1 and 100.
Headers
Accept'application/vnd.Creative Force.v2.3+json' | 'application/vnd.Creative Force.v2.3+xml' required
Defines the response type.
x-api-languagestring[]
Defines the languages included in the response. If omitted, the account default language is used.
Value all overrides any other values present.
Response
Allocation payments retrieved.
Example response
{
"current_page": 1,
"data": [
{
"allocation": {
"slug": "rDrYaZBk",
"link": "https://api.au.cr4ce.com/allocation/rDrYaZBk"
},
"amount": 1000,
"comments": "",
"created": "2026-06-01T09:07:37Z",
"currency": "EUR",
"date_due": "2026-06-01T00:00:00Z",
"date_paid": "2026-06-01T00:00:00Z",
"external_id": "",
"grant_status": null,
"payment_method": {
"slug": "LvdWOgqM",
"link": "https://api.au.cr4ce.com/payment-method/LvdWOgqM",
"name": {
"en_GB": "Bank transfer"
}
},
"reference": "1",
"season": {
"slug": "wboyrBmo",
"link": "https://api.au.cr4ce.com/season/wboyrBmo",
"name": {
"en_GB": "2026"
}
},
"slug": "BOKLMWVn",
"status": "Paid",
"updated": "2026-06-01T09:07:37Z"
},
{
"allocation": {
"slug": "kPGawYNx",
"link": "https://api.au.cr4ce.com/allocation/kPGawYNx"
},
"amount": 50,
"comments": "",
"created": "2026-05-06T12:53:03Z",
"currency": "EUR",
"date_due": "2026-05-06T00:00:00Z",
"date_paid": "2026-05-06T00:00:00Z",
"external_id": "",
"grant_status": null,
"payment_method": {
"slug": "LvdWOgqM",
"link": "https://api.au.cr4ce.com/payment-method/LvdWOgqM",
"name": {
"en_GB": "Bank transfer"
}
},
"reference": "1",
"season": {
"slug": "wboyrBmo",
"link": "https://api.au.cr4ce.com/season/wboyrBmo",
"name": {
"en_GB": "2026"
}
},
"slug": "MGPzOYmx",
"status": "Scheduled",
"updated": "2026-05-06T12:53:03Z"
}
],
"first_page_url": "https://api.au.cr4ce.com/allocation-payment?per_page=10&page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://api.au.cr4ce.com/allocation-payment?per_page=10&page=1",
"next_page_url": "",
"path": "https://api.au.cr4ce.com/allocation-payment",
"per_page": 10,
"prev_page_url": "",
"to": 2,
"total": 2
}