Saltar al contenido principal
Versión: 2,10

Ejemplo

Flujo de depósito SEP-24 con webhook:

  • request_offchain_funds
  • notify_offchain_funds_received
  • do_stellar_payment
  • notify_onchain_funds_sent sequence_diagram_sep24_deposit_webhook

Flujo de depósito SEP-24 con trabajo de reconciliación:

  • request_offchain_funds
  • notify_offchain_funds_received
  • do_stellar_payment
  • notify_onchain_funds_sent sequence_diagram_sep24_deposit_job

Flujo de retiro SEP-24 con webhook:

  • do_stellar_payment
  • notify_onchain_funds_received
  • notify_offchain_funds_sent sequence_diagram_sep24_withdrawal_webhook

Flujo de retiro SEP-24 con trabajo de reconciliación:

  • request_onchain_funds
  • notify_onchain_funds_received
  • notify_offchain_funds_sent sequence_diagram_sep24_withdrawal_job

Flujo de recepción SEP-31 con webhook:

  • notify_onchain_funds_received
  • notify_offchain_funds_sent sequence_diagram_sep31_receive_webhook

Flujo de recepción SEP-31 con trabajo de reconciliación:

  • notify_onchain_funds_received
  • notify_offchain_funds_sent sequence_diagram_sep31_receive_job