Skip to main content

OneClickInsufficientFunds

Insufficient funds

codestringrequired

Machine-readable error code

Example: insufficient_balance
messagestringrequired

Human-readable error message

Example: Insufficient funds for payment.
numberintegerrequired

Internal error number

Example: 10011
idstringrequired

ID of the payment

Example: pay_9000001500_bdNx63cftMcvjTepc6z1kJ4mwTFX7oTu_EUR
redirect 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/uC5lKyzh74x
failure_urlstring<uri>required

URL where the customer is redirected if the customer cancels the payment

Example: https://www.guinbox.com/notes/FP8gU99Wj7u
auth_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&currency=EUR
OneClickInsufficientFunds
{
"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&currency=EUR"
}
}