Initialize Payment for Checkout (Vipps)
POST/api/checkout/:id/payment-vipps
Initialize payment for a checkout using the Vipps payment method.
Request
Path Parameters
id stringrequired
The ID of the checkout for which payment is being initialized
- application/json
Body
required
email string
return_url string
Responses
- 200
Successful initialization of payment
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"redirect_url": "https://vipps.com..."
}
{
"redirect_url": "https://vipps.com..."
}
Loading...