Skip to main content
GET
/
v2
/
stores
/
{store_id}
/
payment_methods
/
{payment_method_id}
/
annuity_factors
Retrieve payment plans 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}/annuity_factors \
  --header 'Authorization: Bearer <token>'
{
  "content": [
    {
      "paymentPlanName": "6 Months - 0% interest",
      "annuityFactor": 0.1666666667,
      "durationMonths": 6,
      "administrationFee": 39,
      "setupFee": 99,
      "interest": 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<uuid>
required

Payment method id

Response

OK

content
object[]

List of AnnuityInformation