Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 2.27 KB

TransactionsApi.md

File metadata and controls

73 lines (48 loc) · 2.27 KB

{{classname}}

All URIs are relative to https://api.blochq.io/v1

Method HTTP request Description
GetAllTransactions Get /transactions GetAllTransactions
GetTransactionbyReference Get /transactions/reference/{reference} GetTransactionbyReference

GetAllTransactions

AllTransactions GetAllTransactions(ctx, perPage, startDate, endDate, status, drcr, paymentMethod, source, limit, cardId) GetAllTransactions

Get All Transactions

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
perPage string
startDate string
endDate string
status string
drcr string
paymentMethod string
source string
limit string
cardId string

Return type

AllTransactions

Authorization

bearer

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetTransactionbyReference

InlineResponse20044 GetTransactionbyReference(ctx, reference) GetTransactionbyReference

Get Transaction by Reference

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
reference string

Return type

InlineResponse20044

Authorization

bearer

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]