đ
Bolt Help / Products / Bolt Ignite đ„ / API V3 Implementation / Endpoints / Backoffice Operations
Send transaction lifecycle updates via Bolt Transaction APIs.
You can use Boltâs Transaction API library to send status updates:
TIP
When updating a transaction status through an endpoint, Bolt triggers a webhook notification. You can choose to ignore these by setting the property skip_hook_notification
to true
.
Error Codes #
The error codes listed below may be used to affect the behavior of your host page, based on the given state of Boltâs hosted payment fields. For example, using these error code responses, you may create your own validation errors, disable the pay button, or determine other behaviors.
Code number | Cause | Description |
---|---|---|
1000 | Credit card number is missing | âCard number requiredâ |
2000 | Invalid credit card number | âInvalid card numberâ |
3000 | Credit card network is not supported | âUnsupported card networkâ |
1001 | Cardâs expiration date is missing | âExpiration requiredâ |
2001 | Cardâs expiration date is invalid | âInvalid expirationâ |
3001 | Cardâs expiration date is past | âCard expiredâ |
1002 | CVV is missing | âCVV requiredâ |
2002 | CVV is invalid | âInvalid CVVâ |
1003 | Billing ZIP is missing | âBilling ZIP requiredâ |
2003 | Billing ZIP is invalid | âInvalid billing ZIPâ |
Next Steps #
After youâre done setting things up, you can use Boltâs Test Card References to confirm all transaction scenarios are working as expected.