Skip to content

Payment Methods Overview

Nikolaj Leischner edited this page Oct 31, 2019 · 5 revisions

This API will return the total amount of the captured and authorized transactions for each payment method for every day of the last seven days for the given merchant.

Operations

Get Payment Methods Overview

The payment method overview can be retrieved by providing the following parameter in the URL path:

Parameter Name Description Type Required
Merchant-Id Merchant id String Yes

The response body will contain the list of:

Parameter Name Description Type
day Day in the week String
paymentMethodData The payment method data PaymentMethodData list

PaymentMethodData object:

Parameter Name Description Type
paymentMethod Payment method (CC, PAY_PAL, SEPA) String
amount The earned amount Number
Clone this wiki locally