Skip to content
Download OpenAPI description
Languages
Servers
Mock server

https://docs.simpay.pl/_mock/en/apis/

https://api.simpay.pl/

Operations
OperationsWebhooks
Operations

Request

See https://docs.simpay.pl/payment/blik-recurrent for more information.

Security
bearerAuth
Path
serviceIdstring(ServiceId)= 8 characters^[0-9a-f]{8}$required

Service ID

Bodyapplication/json
One of:
uuidstring(uuid)(AliasId)= 36 characters^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]...required

Alias ID

reasonstring or null<= 20 characters

Reason for unregistration – will be sent to BLIK and the payer

curl -i -X DELETE \
  'https://docs.simpay.pl/_mock/en/apis/payment/{serviceId}/blik/aliases' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "uuid": "0198a54d-05d9-7177-9ac6-5d9831bc988d",
    "reason": "Plan cancellation"
  }'

Responses

The alias has been unregistered. An IPN blik:alias_status_changed will be sent

Response
No content

Receiving information about online payment transactionsWebhook

Request

Check the link below. You’ll find all the details there:

https://docs.simpay.pl/en/notifications/payment

Bodyapplication/json
object(paymentTransactionNotification)
application/json
{}

Responses

Return a 200 status to indicate that the data was received successfully

Bodytext/plain
string
Default "OK"
Response
text/plain
OK