Skip to main content
The platform sends a POST request to the configured merchant callback URL when a card’s status changes.

Trigger Scenarios

  • Card status has changed.

Push Parameters

string
required
Push ID.
string
required
Push action, see [Appendix - Constants] Push Actions.
object
required
Push data.

data Fields

string
Card order number
string
Status before change, see [Appendix - Constants] Card Status
string
Status after change, see [Appendix - Constants] Card Status
string
Reason for change
number
Change time (Unix milliseconds)

Merchant Response

number
required
Response code. 0 indicates success.
string
Failure reason, required when failing.