Allocation payment
Create an allocation payment
Creates an allocation payment.
post/allocation-payment
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.
Request body
Response
Allocation payment created.
Example response
{
"allocation": {
"slug": "NqqplzPl",
"link": "https://api.au.cr4ce.com/allocation/NqqplzPl"
},
"allocation_amount": 500,
"amount": 280.65,
"comments": "",
"created": "2024-03-19T14:00:25Z",
"currency": "GBP",
"date_due": null,
"date_paid": null,
"entrant": {
"slug": "AbCdEfGh",
"link": "https://api.au.cr4ce.com/user/AbCdEfGh",
"name": "Ada Lovelace",
"first_name": "Ada",
"last_name": "Lovelace",
"email": "ada.lovelace@example.com",
"global_id": "9c78dcbc-53cf-42f1-b5b3-82fe396f66e6"
},
"entry": {
"slug": "PqRsTuVw",
"id": 4821,
"title": "Project title",
"link": "https://api.au.cr4ce.com/entry/PqRsTuVw"
},
"external_id": "",
"fund": {
"slug": "PVzOmlXO",
"link": "https://api.au.cr4ce.com/fund/PVzOmlXO",
"name": {
"en_GB": "Maintenance"
}
},
"grant_status": null,
"payment_method": null,
"reference": "",
"season": {
"slug": "wboyrBmo",
"link": "https://api.au.cr4ce.com/season/wboyrBmo",
"name": {
"en_GB": "2026"
}
},
"slug": "oQKEeNDy",
"status": "Scheduled",
"updated": "2024-03-19T14:00:35Z"
}