Skip to main content

How Recurring works with initial charge

Introduction

The initial charge is used to require the user to pay an amount before the agreement is activated. Commonly this is set to the same amount as the agreement pricing (or the campaign price if applicable), but you can also set it to a larger amount in case they need to pay an additional fee, i.e., the discounted price of the phone if they purchase a smartphone with a subscription.

Note: Initial charge can be used regardless of campaigns etc.

Appearance

When the initial charge amount matches the agreement (or campaign) pricing, the initial charge is not explicitly displayed, but the buttons will say "Betal og start" instead of "Bekreft og start":

{
...
"initialCharge": {
"amount": 49900,
"description": "Initial charge",
"transactionType": "DIRECT_CAPTURE"
},
"pricing": {
"amount": 49900,
"currency": "NOK"
},
...
}

Accept agreement in Vipps

If the amount is dissimilar, the initial charge will show up as a separate bubble instead:

{
...
"initialCharge": {
"amount": 29900,
"description": "Initial charge",
"transactionType": "DIRECT_CAPTURE"
},
"pricing": {
"amount": 9900,
"currency": "NOK"
},
...
}

Accept agreement in Vipps

Help us improve our documentation

Did you find what you were looking for?