v1

latestOpenAPI 3.0.1Apache 2.02026-07-248286406.8 KB
Catalog

Get available user agreements

This OPTIONS endpoint is used to retrieve a list of available user agreements for payout services offered by MassPay without the content. <br> You can use this endpoint to obtain the names of available user agreements. <br> There are no required parameters needed to use this endpoint. <br> The response will include a list of user agreement names

options/payout/user-agreements

Response

Successful operation.

namestring required

Name of user agreement

last_modifiedstring date-time required

Time when the agreement was last updated

idinteger required

Id representing the user agreement (to be used to retrieve it)

mime_typestring required

Mime type of the user agreement (i.e application/pdf)

Example response

[
  {
    "name": "MassPay Card Program - USD",
    "last_modified": "2020-07-21T17:32:28Z",
    "id": 2,
    "mime_type": "application/pdf"
  }
]