Set the Push URL
In order to set a push URL, pass the field redirect_url/url_push when you create or update the Payment Transaction.
Request
POST /api/v2/Payment/Secupaydebits HTTP/1.1
Host: connect-testing.secupay-ag.de
Authorization: Bearer qb56tjj1bcvo9n2nj4u38k84lo
Content-Type: application/json
Accept: application/json
{
// ...
"redirect_url"
: {
"url_push"
:
"https://shop.example.com/order/payment/status-push?order=100716"
,
// ...
}
}
The same goes for all payment methods.