Zynk
Getting StartedProduct GuidesAPI ReferenceFAQ'sRecipes
Getting StartedProduct GuidesAPI ReferenceFAQ'sRecipes
  1. Transformer - Cross Border Transfer
  • Transformer - Cross Border Transfer
    • Creating a verified customer (with Webhook Integration)
    • Fiat deposit to receive stablecoins flow
    • Stablecoin deposit to receive Fiat
    • Demo Video for ACH pull in USD jurisdiction
    • Example webhook events
  1. Transformer - Cross Border Transfer

Example webhook events

Transaction webhooks#

flowType - payin, payout, cross_chain, fiat_to_fiat
onrampTxHash - this will only have value when flowType is onramp, or else it will be an empty string
[
   {
       "eventCategory": "transfer",
       "eventStatus": "completed",
       "eventType": "transitioned",
       "eventObject": {
           "entityId": "entity_2431563b_7836_47e5_bf78_c00e7b2e4185",
           "executionId": "exec_78617838_028d_498f_9946_7a91e2ba8792",
           "transactionId": "partner_transaction_id_23",
           "transactionStatus": "completed",
           "flowType": "onramp",
           "onrampTxHash": "i_am_transaction_hash",
           "stepDetails": {
               "name": "Payment Confirmation",
               "status": "completed",
               "currentStep": 7,
               "totalSteps": 7
           }
       }
   },
   {
       "eventCategory": "transfer",
       "eventStatus": "processing",
       "eventType": "transitioned",
       "eventObject": {
           "entityId": "entity_2431563b_7836_47e5_bf78_c00e7b2e4185",
           "executionId": "exec_78617838_028d_498f_9946_7a91e2ba8792",
           "transactionId": "partner_transaction_id_23",
           "transactionStatus": "processing",
           "flowType": "onramp",
           "onrampTxHash": "",
           "stepDetails": {
               "name": "Transfer Funds",
               "status": "completed",
               "currentStep": 6,
               "totalSteps": 7
           }
       }
   },
   {
       "eventCategory": "transfer",
       "eventStatus": "processing",
       "eventType": "transitioned",
       "eventObject": {
           "entityId": "entity_2431563b_7836_47e5_bf78_c00e7b2e4185",
           "executionId": "exec_78617838_028d_498f_9946_7a91e2ba8792",
           "transactionId": "partner_transaction_id_23",
           "transactionStatus": "processing",
           "flowType": "onramp",
           "onrampTxHash": "",
           "stepDetails": {
               "name": "Debit Payload Creation",
               "status": "completed",
               "currentStep": 5,
               "totalSteps": 7
           }
       }
   },
   {
       "eventCategory": "transfer",
       "eventStatus": "processing",
       "eventType": "transitioned",
       "eventObject": {
           "entityId": "entity_2431563b_7836_47e5_bf78_c00e7b2e4185",
           "executionId": "exec_78617838_028d_498f_9946_7a91e2ba8792",
           "transactionId": "partner_transaction_id_23",
           "transactionStatus": "processing",
           "flowType": "onramp",
           "onrampTxHash": "",
           "stepDetails": {
               "name": "Internal Transfer",
               "status": "completed",
               "currentStep": 4,
               "totalSteps": 7
           }
       }
   },
   {
       "eventCategory": "transfer",
       "eventStatus": "processing",
       "eventType": "transitioned",
       "eventObject": {
           "entityId": "entity_2431563b_7836_47e5_bf78_c00e7b2e4185",
           "executionId": "exec_78617838_028d_498f_9946_7a91e2ba8792",
           "transactionId": "partner_transaction_id_23",
           "transactionStatus": "processing",
           "flowType": "onramp",
           "onrampTxHash": "",
           "stepDetails": {
               "name": "Updating Original Quote",
               "status": "completed",
               "currentStep": 3,
               "totalSteps": 7
           }
       }
   },
   {
       "eventCategory": "transfer",
       "eventStatus": "processing",
       "eventType": "transitioned",
       "eventObject": {
           "entityId": "entity_2431563b_7836_47e5_bf78_c00e7b2e4185",
           "executionId": "exec_78617838_028d_498f_9946_7a91e2ba8792",
           "transactionId": "partner_transaction_id_23",
           "transactionStatus": "processing",
           "flowType": "onramp",
           "onrampTxHash": "",
           "stepDetails": {
               "name": "Quote Re-calculation",
               "status": "completed",
               "currentStep": 2,
               "totalSteps": 7
           }
       }
   },
   {
       "eventCategory": "transfer",
       "eventStatus": "processing",
       "eventType": "transitioned",
       "eventObject": {
           "entityId": "entity_2431563b_7836_47e5_bf78_c00e7b2e4185",
           "executionId": "exec_78617838_028d_498f_9946_7a91e2ba8792",
           "transactionId": "partner_transaction_id_23",
           "transactionStatus": "processing",
           "flowType": "onramp",
           "onrampTxHash": "",
           "stepDetails": {
               "name": "Confirming Deposit",
               "status": "completed",
               "currentStep": 1,
               "totalSteps": 7
           }
       }
   },
   {
       "eventCategory": "transfer",
       "eventStatus": "processing",
       "eventType": "transitioned",
       "eventObject": {
           "entityId": "entity_2431563b_7836_47e5_bf78_c00e7b2e4185",
           "executionId": "exec_78617838_028d_498f_9946_7a91e2ba8792",
           "transactionId": "partner_transaction_id_23",
           "transactionStatus": "processing",
           "flowType": "onramp",
           "onrampTxHash": "",
           "stepDetails": {}
       }
   },
   {
       "eventCategory": "transfer",
       "eventStatus": "pending",
       "eventType": "transitioned",
       "eventObject": {
           "entityId": "entity_2431563b_7836_47e5_bf78_c00e7b2e4185",
           "executionId": "exec_78617838_028d_498f_9946_7a91e2ba8792",
           "transactionId": "partner_transaction_id_23",
           "transactionStatus": "pending",
           "flowType": "onramp",
           "onrampTxHash": "",
           "stepDetails": {}
       }
   }
]

Identity Verification - KYC/KYB Webhooks#

{
  "eventCategory": "kyc",
  "eventStatus": "approved",
  "eventType": "transitioned",
  "eventObject": {
    "entityId": "entity_b05121e9_0ffc_42c2_bd2f_3dac6a2d7ed1",
    "routingId": "infrap_7435c47a_5da9_4e6e_9c18_ad5ec3e960a9",
    "status": "approved",
    "routingEnabled": true,
    "comments": ""
  }
}
Modified at 2025-10-28 08:58:36
Previous
Demo Video for ACH pull in USD jurisdiction
Built with