SofizPay Logo

SofizPay

SofizPay Logo
SofizPay
التوثيق التقني
Operation Details API

Operation Details API

Retrieve comprehensive details and status of a specific operation by ID

API Endpoint

GEThttps://sofizpay.com/operation-details/{operation_id}/?encrypted_sk={encrypted_sk}

Get full status and transaction log for an operation ID

Pending

Operation is queued for processing

Processing

Operation is currently being executed

Completed

Operation completed successfully

Failed

Operation failed during execution

Request Parameters

Path Parameters

ParameterTypeRequiredDescription
operation_idstringYesThe unique UUID of the operation

Query Parameters

ParameterTypeRequiredDescription
encrypted_skstringYesEncrypted secret key for authentication

Examples

bash
curl --location 'https://sofizpay.com/operation-details/550e8400-e29b-41d4-a716-446655440000/?encrypted_sk=YOUR_ENCRYPTED_SECRET_KEY' \
--header 'Content-Type: application/json'

Usage Notes

  • Provides real-time operation status and updates
  • Includes detailed external provider logs where applicable

Security Best Practices

  • Only the owner of the secret key can access operation details
  • Keep secret keys encrypted and secure
  • No sensitive credentials or full card numbers are returned in responses
  • All timestamps are in ISO 8601 UTC format