Payin Bank Transfer

Examples of callbacks for Payin Bank Transfer transactions

{
  "transactionType ": "PayIn ",
  "transactionFlow ": null,
  "data ": {
    "transactionType ": "PayIn ",
    "externalId ": "11111111111",
    "internalId ": "11X111X1-1111-11X1-X1X1-1X111X1111X1 ",
    "paymentMethod ": {
      "type ": "BankTransfer ",
      "code ": "1111",
      "flow ": "DIRECT "
    },
    "country ": "ARG ",
    "currency ": "ARS ",
    "amount ": 26000,
    "accountNumber ": "111.111.11111111",
    "confirmed ": {
      "currency ": "ARS ",
      "fxQuote ": 1,
      "amount ": 26000
    },
    "payment ": {
      "currency ": "ARS ",
      "fxQuote ": 1,
      "financingFee ": 0,
      "amount ": 26000
    },
    "localTaxes ": [],
    "withHoldings ": [],
    "fees ": {
      "description ": "Fee ",
      "currency ": "USD ",
      "fxSource ": 1,
      "fxQuote ": 1,
      "amount ": 8.27,
      "account ": "111.111.111111111 "
    },
    "status ": {
      "code ": "200 ",
      "description ": "COMPLETED ",
      "detail ": "The payin was credited "
    },
    "merchant ": {
      "type ": "COMPANY ",
      "name ": "Company name ",
      "lastname ": " ",
      "document ": {
        "type ": "CUIT ",
        "id ": "11111111111 "
      },
      "email ": "merchant@email.com ",
      "phone ": {
        "countryCode ": "54 ",
        "areaCode ": "11 ",
        "number ": "111111111 "
      },
      "address ": {
        "street ": "Street ",
        "number ": "111 ",
        "city ": "city ",
        "state ": "state ",
        "country ": "country ",
        "zipCode ": "zipCode ",
        "comment ": "Add any usefull information "
      },
      "birthdate ": "2000-01-01 ",
      "nationality ": "nationality "
    },
    "payer ": {
      "type ": "INDIVIDUAL ",
      "name ": "Payers name ",
      "lastname ": "Payers last name ",
      "document ": {
        "type ": "CUIT ",
        "id ": "11111111111"
      },
      "email ": "payer@email.com ",
      "phone ": {
        "countryCode ": "1 ",
        "areaCode ": "11 ",
        "number ": "00000000 "
      },
      "address ": {
        "street ": "Street ",
        "number ": "1234 ",
        "city ": "city ",
        "state ": "state ",
        "country ": "country ",
        "zipCode ": "zipCode ",
        "comment ": "Add any relevant information related to the payer "
      },
      "birthdate ": "01/01/1990 ",
      "nationality ": "nationality ",
      "bank ": {
        "name ": "Account holder name ",
        "code ": "191 ",
        "account ": {
          "type ": "s ",
          "number ": "111111111111111111111111"
        }
      }
    },
    "intermediaries ": [],
    "wireInstructions ": {
      "beneficiary ": {
        "name ": "LOCALPAYMENT S.R.L. ",
        "document ": {
          "type ": "CUIT ",
          "id ": "30716132028 "
        },
        "bank ": {
          "name ": "BANCO XXXX ",
          "code ": "0051 ",
          "branch ": {},
          "account ": {
            "type ": "C ",
            "number ": "0000000000000000000000"
          }
        }
      },
      "referenceCode ": "KPCY-PGHC-OMOS "
    },
    "date ": {
      "creationDate ": "2023-03-25T17:26:47Z ",
      "processedDate ": "2023-03-25T17:26:48Z ",
      "expirationDate ": "2023-04-01T17:26:48Z "
    },
    "errors ": []
  }
}

Last updated