postWebhookpayin.partnerFee

Payload

webhook_event'payin.partnerFee' required
idstring required
status'processing' | 'on_hold' | 'failed' | 'refunded' | 'completed' required

Payin general status

pix_codestring nullable

PIX code

memo_codestring nullable

Memo code

clabestring nullable

CLABE code

partner_feeinteger

Payin partner fee amount in cents

billing_fee_amountnumber nullable

BlindPay fee in cents accrued to your billing cycle (charged at the end of the month). Virtual account deposits below $100.00 always accrue here, so small deposits are delivered in full.

transaction_fee_amountnumber nullable

BlindPay fee in cents deducted from the transaction at the time it is processed. Virtual account deposits of $100.00 or more are charged here (unless your instance is configured for end-of-month billing, in which case every fee accrues to billing_fee_amount).

customer_idstring nullable
receiver_amountnumber nullable

10.10 USDC

payment_method'ach' | 'wire' | 'pix' | 'ted' | 'spei' | 'transfers' | 'pse' | 'international_swift' | 'rtp' nullable
sender_amountnumber nullable

52.40 BRL needs to be sent in a pix transfer

Example payload

{
  "id": "pi_000000000000",
  "status": "processing",
  "pix_code": "00020101021226790014br.gov.bcb.pix2557brcode.starkinfra.com/v2/bcf07f6c4110454e9fd6f120bab13e835204000053039865802BR5915Blind Pay, Inc.6010Vila Velha62070503***6304BCAB",
  "memo_code": "8K45GHBNT6BQ6462",
  "clabe": "014027000000000008",
  "partner_fee": 25000,
  "tracking_complete": {
    "step": "on_hold",
    "transaction_hash": "0x123...890",
    "completed_at": "2011-10-05T14:48:00.000Z"
  },
  "tracking_payment": {
    "step": "on_hold",
    "provider_name": "blockchain",
    "completed_at": "2011-10-05T14:48:00.000Z",
    "review_source": "seon_review",
    "review_sources": [
      "seon_review",
      "new_instance"
    ],
    "approved_risk_sources": [
      "seon_review"
    ]
  },
  "tracking_transaction": {
    "step": "processing",
    "status": "failed",
    "external_id": "12345678",
    "completed_at": "2011-10-05T14:48:00.000Z",
    "transaction_hash": "0x123...890",
    "provider_name": "HSBC",
    "provider_transaction_id": "<provider_transaction_id>",
    "sender_name": "John Doe Smith",
    "sender_bank_name": "Bank of America",
    "sender_tax_id": "123.456.789-10",
    "sender_bank_code": "00416968",
    "sender_account_number": "1234567890",
    "end_to_end_id": "E20018183202603311320vm6ALFpJpsS",
    "trace_number": "1234567890",
    "transaction_reference": "1234567890",
    "description": "Payment from John Doe Smith",
    "pse_instruction": {
      "payment_link": "https://pse.example.com/payment/abc123",
      "fid": "fid_abc123",
      "full_name": "Juan Pérez García",
      "tax_id": "1234567890",
      "document_type": "CC",
      "phone": "+573001234567",
      "email": "juan@example.com",
      "bank_code": "1007"
    },
    "transfers_instruction": {
      "account": "0000003100012389237485",
      "type": "CVU",
      "tax_id": "20123456783"
    },
    "ted_instruction": {
      "beneficiary_name": "Blind Pay, Inc.",
      "tax_id": "57.599.376/0001-81",
      "bank_code": "665",
      "bank_name": "STARK BANK S.A.",
      "branch_code": "5340",
      "account_number": "01011707084-8",
      "account_type": "checking"
    }
  },
  "billing_fee_amount": 50,
  "transaction_fee_amount": 100,
  "blindpay_bank_details": {
    "routing_number": "121145349",
    "account_number": "621327727210181",
    "account_type": "Business checking",
    "swift_bic_code": "CHASUS33",
    "ach": {
      "routing_number": "123456789",
      "account_number": "123456789"
    },
    "wire": {
      "routing_number": "123456789",
      "account_number": "123456789"
    },
    "rtp": {
      "routing_number": "123456789",
      "account_number": "123456789"
    },
    "beneficiary": {
      "name": "BlindPay, Inc.",
      "address_line_1": "8 The Green, #19364",
      "address_line_2": "Dover, DE 19901"
    },
    "receiving_bank": {
      "name": "CFSB",
      "address_line_1": "1 Letterman Drive, Building A, Suite A4-700",
      "address_line_2": "San Francisco, CA 94129"
    },
    "swift_account_number": "GB50TCCL04140449730892",
    "swift_receiving_bank": {
      "name": "JPMorgan Chase",
      "address_line_1": "270 Park Ave",
      "address_line_2": "New York, NY, 10017-2070"
    }
  },
  "customer_id": "re_000000000000",
  "receiver_amount": 1010,
  "payment_method": "pix",
  "sender_amount": 5240
}

Response

Payin partner fee

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.