List Points of Sales
Retrieve a paginated list of points of sale. Query parameters `page` and `perPage` can be used to control pagination.
Authorization
BearerAuth In: header
Query Parameters
Page number.
1Number of items per page.
25value <= 500Response Body
application/json
application/json
application/json
application/json
List settlement transactions
List settlement transactions. Settlement transactions gives per transaction insight into the fees paid to the acquirer, scheme and network. Normal acquirer agreements often only contain a single acquirer fee, which represent your blended pricing at the acquirer. Larger merchants working with IC++ pricing will typically see a breakdown of the transaction cost into interchange fees (Set by the issuer bank), scheme fee (Set by Visa/Mastercard) and acquirer fee (Set by the acquirer). Do note, one ePay transaction can be linked to multiple settlement transactions if multiple partial captures or refunds are used. Relationship to other components - Settlement Transfer: A bank transfer / payout / settlement from the acquirer to your bank. - Settlement Transaction: Settlement data for a specific transaction, can be related to an ePay transaction if the transaction was made through ePay. - Adjustments: Any modifications the acquirer makes to the transaction amount, before arriving at the net amount being paid out. This includes both transaction, settlement and service fees, but also any reimbursements or currency exchange fees. - Transactions: An ePay transaction. If a settlement transaction was processed through ePay, it will be linked to the ePay Transaction.
Create Point of Sale
Create a new Point of Sale and its associated hosted configuration. Note: The webhookAuthentication value is the entire Authorization header value send for any webhook. So you must include the auth scheme such as Bearer or Basic.