An endpoint for notifications about successful payments. After successfully charging a user, the payment system sends a notification to this endpoint.
OK.
Bad request.
Access denied.
Order not found.
Order is already paid.
Error while creating payment.
Internal server error.
{- "project_id": 18404,
- "payment": {
- "geotype_id": 13038,
- "amount": 10,
- "currency": "USD",
- "ps_transaction_id": "ps_transaction_id"
}, - "purchase": {
- "order_id": 1334430
}, - "user": {
- "id": "s.ivanov"
}
}
{- "payment_id": 784998484
}