Create new payment

Create a new payment in the pending state, once the user has paid state will change to authorized, and we'll send a callback

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

payment

integer
required
≥ 1

The amount in currency's lowest denominator

boolean
boolean

Allow cardholder to store a token for the used card for future use

string

Use the referenced token for the payment

string
uri
^https://
uri
^https://
string
required

The currency in ISO 4217 format

string
length between 5 and 5

Locale to use in payment window

integer
0 to 150

Age of the payer to verify eg. 18.
NB: Currently only available in DK

string

Your identifier for the customer. If you can reliably identify the payer you can supply a unique identifier here and subsequent age verifications will use this for verification. Only usable with payer_min_age.

methods
array of strings

The following payment methods can be defined as available when creating the payment. Ex. if ["card"] is sent all available card methods for the account will be available.

card

  • dankort
  • mastercard
  • visa
  • visadebit / visaelectron
  • mastercarddebit

wallet

  • mobilepay
  • vippspsp
  • googlepay
  • applepay
  • stripe_payco
  • stripe_naverpay
  • stripe_kakaopay
  • stripe_mbway

paylater

  • anyday
  • viabill
  • stripe_billie

thirdparty

  • paypal
  • klarna
  • stripe_klarna
  • vippsepayment

banktransfer

  • swish
  • stripe_ideal
  • stripe_bancontact
  • stripe_przelewy24
  • stripe_swish
  • stripe_twint
  • stripe_blik
  • stripe_sepa

voucher

  • stripe_multibanco
methods
order
object
string
required
length between 1 and 36
^[a-zA-Z0-9_\-]*$
uri
^https://
boolean
variables
object
string

UUID of branding to use on payment window

string
length between 2 and 22
^[\x20-\x7E]*$
integer
≥ 0

Specify amount of seconds the payment will be available for the cardholder.

sender
object

The Sender of funds (Required for AFT)

recipient
object

The Recipient of funds (Required for AFT)

Response

Callbacks
Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json