Headers
Global Webshop Client Id
UUID of the sales channel
Body
application/json
Response
200 - application/json
Successful response
curl --request POST \
--url https://api.pricenow.dev/api/payments/payment-details/register \
--header 'Content-Type: application/json' \
--header 'pratiq-client-id: <pratiq-client-id>' \
--data '
{
"redirectUrls": {
"success": "<string>",
"error": "<string>",
"cancel": "<string>"
},
"isDefault": true,
"paymentMethods": [
"TWI"
]
}
'{
"data": {
"transactionId": "<string>",
"redirectUrl": "<string>"
}
}curl --request POST \
--url https://api.pricenow.dev/api/payments/payment-details/register \
--header 'Content-Type: application/json' \
--header 'pratiq-client-id: <pratiq-client-id>' \
--data '
{
"redirectUrls": {
"success": "<string>",
"error": "<string>",
"cancel": "<string>"
},
"isDefault": true,
"paymentMethods": [
"TWI"
]
}
'{
"data": {
"transactionId": "<string>",
"redirectUrl": "<string>"
}
}Global Webshop Client Id
UUID of the sales channel
Successful response
Show child attributes