v1
latestOpenAPI 3.1.02026-07-2469193340.0 KBAgreements
Get an Agreement
Get a single Agreement by its reference
get/agreements/{agreement_ref}
Path parameters
agreement_refstring required
Single value, exact match
Response
OK
Example response
{
"data": {
"ref": "A.2",
"initiator_id": "4e2728cc-b4ba-42c2-a6c3-26a7758de58d",
"authoriser_id": "8df89c16-330f-462b-8891-808d7bdceb7f",
"contact_id": "0d290763-bd5a-4b4d-a8ce-06c64c4a697b",
"bank_account_id": "fb9381ec-22af-47fd-8998-804f947aaca3",
"status": "accepted",
"status_reason": "reason",
"responded_at": "2017-03-20T02:13:11Z",
"created_at": "2017-03-20T00:53:27Z",
"terms": {
"per_payout": {
"max_amount": 10000,
"min_amount": 1
},
"per_frequency": {
"days": 7,
"max_amount": 1000000
}
}
}
}