Skip to content

Instantly share code, notes, and snippets.

{
"error": {
"message": "The amount specified (1099) does not match the amount on the source (9999999). A payment can only be created for the exact amount of the corresponding source.",
"payment_intent": {
"id": "pi_1FCv9uI3eKmwQ40ETl72XPDY",
"object": "payment_intent",
"allowed_source_types": [
"oxxo"
],
"amount": 1099,

Keybase proof

I hereby claim:

  • I am guayosr on github.
  • I am guayo (https://keybase.io/guayo) on keybase.
  • I have a public key ASBnERAvBtHP0PKZNSngcgF4bD9o7IjrfK4piosU9QQNqgo

To claim this, I am signing this object:

@guayosr
guayosr / 0_reuse_code.js
Created May 16, 2014 07:38
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console