POST
/
v1
/
{account_id}
/
transactions
curl --request POST \
  --url https://api.nest.pagosapi.com/v1/{account_id}/transactions \
  --header 'Content-Type: application/json' \
  --data '{
  "transaction_id": "<string>",
  "amount": 1,
  "currency": "<string>",
  "created": "<string>",
  "status": "<string>",
  "verification": true,
  "stored_credential": "<string>",
  "order": {
    "id": "<string>",
    "description": "<string>",
    "descriptor": "<string>"
  },
  "payment_method_details": {
    "payment_method_type": "<string>",
    "id": "<string>",
    "card": {
      "bin": "<string>",
      "last4": "<string>",
      "expiry_month": "<string>",
      "expiry_year": "<string>",
      "fingerprint": "<string>",
      "vaulted": "<string>",
      "validation": {
        "avs_address_result": "<string>",
        "avs_postal_code_result": "<string>",
        "avs_error_response_code": "<string>",
        "cvc_result": "<string>"
      },
      "attributes": {
        "network": "<string>",
        "product_id": "<string>",
        "type": "debit",
        "category": "<string>",
        "issuer_bank": "<string>",
        "issuer_country": "<string>",
        "payroll": true,
        "healthcare": true,
        "durbin_regulated": true,
        "commercial": true
      }
    },
    "paypal": {
      "pp_payer_status": "<string>",
      "pp_seller_protection_status": "<string>"
    },
    "bank": {
      "customer_bank_routing_bic_number": "<string>",
      "customer_bank_swift_code": "<string>",
      "customer_bank_branch_code": "<string>",
      "pm_bank_reference": "<string>"
    },
    "non_card_attributes": {
      "pm_expiry_days": "<string>",
      "debit_mandate_reference": "<string>"
    }
  },
  "customer": {
    "customer_id": "<string>",
    "shopper_country": "<string>",
    "postal_code": "<string>"
  },
  "3dSecure": {
    "result": "<string>",
    "version": "<string>",
    "liability_shift": true,
    "metadata": {},
    "exemption_requested": "<string>"
  },
  "merchant": {
    "merchant_id": "<string>",
    "merchant_account_id": "<string>"
  },
  "transaction_response": {
    "processor_response_code": "<string>",
    "processor_response_text": "<string>",
    "additional_processor_response": "<string>",
    "network_response_code": "<string>",
    "network_response_text": "<string>"
  },
  "additional_data": {
    "network_transaction_id": "<string>",
    "processor_authorization_code": "<string>",
    "acquirer_reference": "<string>",
    "is_network_tokenized": true,
    "metadata": {}
  },
  "pagos_codes": {
    "pagos_status": "authorization_expired",
    "pagos_payment_method": "ach",
    "pagos_transaction_response": "Invalid_qr_code",
    "pagos_stored_credential": "card-on-file",
    "pagos_network": "accel",
    "pagos_avs": "avs_na_a",
    "pagos_cvv": "cvv_matches_m",
    "pagos_3dsecure_result": "authenticate_attempted"
  }
}'

Path Parameters

account_id
string
required

Body

application/json