Skip to main content
PUT
Updates a payment session

Headers

X-SC-ApiKey
string
required

Body

application/json
sessionId
string
required

Unique reference of the session in Sprintcheckout

Minimum string length: 1
orderId
string | null

Unique reference of the order on your ecommerce platform

concept
string | null

If it's a payment link, will contain the payment concept

amount
number<double> | null

Amount of the purchase

Example:

100.5

minAmount
number<double> | null

Minimum amount of the payment

Example:

100.5

editable
boolean | null

Is the payment input editable in UI?

currency
string | null

Three letter FIAT currency code

Example:

"USD"

successUrl
string | null

URL where the user will be redirected from the hosted payment page on a successful payment

failUrl
string | null

URL where the user will be redirected from the hosted payment page on a failed payment

cancelUrl
string | null

URL where the user will be redirected from the hosted payment page on a canceled payment

Response

Payment session updated

sessionId
string

Session unique identifier

redirectUrl
string

Payment session URL that will redirect to the Sprintcheckout dApp