{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"status": "RELEASED_TO_GATEWAY",
"blockchain_metadata": {
"payment_gateway_proxy": "text",
"transaction": {
"src_transaction_hash": "text",
"dst_transaction_hash": "text",
"tracking_link": "https://example.com"
}
},
"createdAt": "2025-04-04T02:02:45.282Z",
"updatedAt": "2025-04-04T02:02:45.282Z",
"payment_type": "one-time",
"routing_priority": "COST",
"operator_data": {
"id": "text",
"operator": "text",
"authorized_delegates": [
"text"
],
"treasury": "text",
"fee_bps": 1,
"webhook_url": "https://example.com"
},
"amount": 1,
"source": {
"from_account": "text",
"network_id": "ETHEREUM",
"payment_token": "text"
},
"destination": {
"to_account": "text",
"network_id": "ETHEREUM",
"payment_token": "text"
},
"schedule": {
"interval_unit": "DAY",
"interval_count": 1,
"iterations": 1,
"start_date": 1,
"end_date": 1,
"completed_iterations": 1,
"next_execution_date": 1
},
"processing_date": 1,
"expiration_date": 1,
"authorizations": {
"p2_signature": "text",
"initial_permit": "text",
"nonce": "text",
"deadline": 1
},
"processing_fees": {
"corridor_fees": "10.50",
"charge_bearer": "OPERATOR"
},
"payment_reference": "text",
"metadata": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
],
"pagination": {
"total": 1,
"page": 1,
"limit": 1,
"pages": 1
}
}