Skip to main content
GET
/
v2
/
stores
/
{store_id}
/
payment_methods
/
{payment_method_id}
/
price_signage
Retrieve pricing information for a specific payment method
curl --request GET \
  --url https://mock-merchant-api-portal-dev.d.eks.aws.cld.resurs.com/v2/stores/{store_id}/payment_methods/{payment_method_id}/price_signage \
  --header 'Authorization: Bearer <token>'
{
  "secciLinks": [
    {
      "uri": "<string>",
      "language": "<string>"
    }
  ],
  "generalTermsLinks": [
    {
      "uri": "<string>",
      "language": "<string>"
    }
  ],
  "costList": [
    {
      "name": "24 months interest free",
      "description": "Always available on the invoice",
      "interest": 0.09,
      "durationMonths": 6,
      "totalCost": 1000,
      "monthlyCost": 166.67,
      "administrationFee": 39,
      "setupFee": 99,
      "effectiveInterest": 10.12
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

store_id
string
required

The UUID of the store Unique identifier of the store

Example:

"123e4567-e89b-12d3-a456-426655440000"

payment_method_id
string
required

The ID of the payment method

Example:

"111e4567-e89b-12d3-a456-426655441111"

Query Parameters

amount
number<decimal>
required

The amount for which to calculate a payment plan

Example:

100

Response

OK

List of links to SECCI documents

List of links to general terms documents

costList
object[]

List of costs associated with the payment plan