Payins
Create Payin
post/v1/instances/{instance_id}/payins/evm
Path parameters
instance_idstring required
Example:in_000000000000
Headers
Idempotency-Keystring
Optional key to safely retry this request without performing the action twice. Retrying with the same key and an identical body replays the original response; reusing a key with a different body returns an error. Keys are kept for 24 hours.
Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890
Request body
Example request
{
"payin_quote_id": "pq_000000000000"
}Response
Payin started with success
Example response
{
"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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.