OneClickInsufficientFunds
Insufficient funds
codestringrequired
Machine-readable error code
Example:
insufficient_balancemessagestringrequired
Human-readable error message
Example:
Insufficient funds for payment.numberintegerrequired
Internal error number
Example:
10011idstringrequired
ID of the payment
Example:
pay_9000001500_bdNx63cftMcvjTepc6z1kJ4mwTFX7oTu_EURredirect objectrequired
Redirect URLs and authorization URL for the payment flow
success_urlstring<uri>required
URL where the customer is redirected after successful authorization
Example:
https://www.guinbox.com/notes/uC5lKyzh74xfailure_urlstring<uri>required
URL where the customer is redirected if the customer cancels the payment
Example:
https://www.guinbox.com/notes/FP8gU99Wj7uauth_urlstring<uri>required
URL where the customer must be redirected to give consent and authorize the payment.
Example:
https://customer.test.at.paysafecard.com/psccustomer/GetCustomerPanelServlet?mid=9000001500&mtid=pay_9000001500_bdNx63cftMcvjTepc6z1kJ4mwTFX7oTu_EUR&amount=1.00¤cy=EUROneClickInsufficientFunds
{
"code": "insufficient_balance",
"message": "Insufficient funds for payment.",
"number": 10011,
"id": "pay_9000001500_bdNx63cftMcvjTepc6z1kJ4mwTFX7oTu_EUR",
"redirect": {
"success_url": "https://www.guinbox.com/notes/uC5lKyzh74x",
"failure_url": "https://www.guinbox.com/notes/FP8gU99Wj7u",
"auth_url": "https://customer.test.at.paysafecard.com/psccustomer/GetCustomerPanelServlet?mid=9000001500&mtid=pay_9000001500_bdNx63cftMcvjTepc6z1kJ4mwTFX7oTu_EUR&amount=1.00¤cy=EUR"
}
}