Payment Status Codes
| Status | Description |
|---|---|
| CREATED | Initial status |
| CONFIRMED | Payment should be processed |
| PROCESSING | Payment is being processed |
| AUTHORIZED | Payment is authorized |
| COMPLETE | Payment is complete |
| CANCELED | Payment is canceled |
| USER_CANCELED | Payment is canceled by the user |
| PAYMENT_FAILED | Payment could not be processed |
| TIMEOUT | Payment has timed-out |
| SYSTEM_ERROR | Unexpected error |