Agreements
Create an agreement
post/v1/api/accounts/{accountId}/agreements
Path parameters
accountIdinteger required
Gateway account ID
Request body
Example request
{
"description": "Description for the paying user describing the purpose of the agreement",
"reference": "Service agreement reference",
"user_identifier": "reference for the paying user"
}Response
OK
Example response
{
"agreement_id": "iaouobo39hiv0m2560q45j3p04",
"created_date": "2022-06-27T13:07:57.58Z",
"description": "Description for the paying user describing the purpose of the agreement",
"reference": "Service agreement reference",
"service_id": "Service external ID",
"user_identifier": "reference for the paying user"
}