Documentation
  • Welcome!
  • Card (server to server)
    • Overview
      • Authentication
      • Process Flow
      • API Endpoints
      • Testing
    • API Commands
      • 700 – Start Credit Card charge (3DS Enabled)
      • 701 – Request Capture Authorization
      • 702 – Request Cancel Authorization
      • 708 – Check transaction details
      • 709 – Check transaction status
      • 720 – Credit Request
      • 756 – Manual Rebill Request
      • 760 – Request Refund
    • Notifications
      • Notifications
      • 850 – Transaction state Notification
      • 860 – Refund Notification
      • 880 – Dispute Notification
    • Transaction Status Codes
    • 3D Secure Integration
  • APM Checkout (Blik)
    • Overview
      • Process Flow
      • Testing
    • Errors
      • Error object
      • Errors type list
      • Decline errors code list
    • Create a checkout session
    • Retrieve a Checkout Session
    • Webhoook Event Notification
    • Pay a Checkout Session
  • Refund a Checkout Session
  • Retrieve checkout session refund
  • Wallet API
    • Introduction
      • Authentication
      • Metadata
    • Errors
      • Error object
      • Errors type list
      • Decline errors code list
    • Payout
      • Create a payout
      • Retrieve a payout
  • Wallet payment page
    • Payment Page
Powered by GitBook
On this page
  1. APM Checkout (Blik)
  2. Errors

Errors type list

Code
Meaning

api_error

API errors cover any other type of problem (e.g., a temporary problem with VLoad’s servers), and are extremely uncommon.

authentication_error

Failure to properly authenticate yourself in the request.

permission_error

Failure to properly execute an specific action due permissions.

voucher_error

Voucher errors are the most common type of error you should expect to handle. They result when the user enters a voucher that can’t be charged for some reason.

payout_error

They result when a payout can’t be created to the recipient for some reason.

invalid_request_error

Invalid request errors arise when your request has invalid parameters.

PreviousError objectNextDecline errors code list

Last updated 11 months ago