Skip to content

Available_Consumer_Transactions

Request

Security
basicAuth
Path
request_user_idstringrequired
Query
orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

curl -i -X GET \
  -u '<username>:<password>' \
  'https://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_consumer_v1/api/v1/sponsor/merchants/{request_user_id}/available-transactions/?ordering=string&page=0&page_size=0'

Responses

Bodyapplication/json
countintegerrequired
Example:123
nextstring or null, (uri)
Example:"http://api.example.org/accounts/?page=4"
previousstring or null, (uri)
Example:"http://api.example.org/accounts/?page=2"
resultsArray of objects(PartnerMerchantAvailableTransactions)required
Response
{ "count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [ { … } ] }