FORMULA PAYMENTS API
stringstring
Properties for Variant 1:string · requiredstring · requiredstring · enum · requiredstring · requiredstring · requiredstring · requirednumber · double · requirednumber · double · requirednumber · double · requiredinteger · int64 · requiredinteger · int64 · required
Order lookup and details
Get order details
GET
https://api.frmpay.com
/order_details
Returns order details by internal system ID or by merchant external order ID.
Exactly one query parameter must be provided:
id— internal order ID in Tech FPayexternal_id— merchant-side external order ID
If both parameters are provided, request is rejected.
query Parameters
idInternal order ID
external_idMerchant-side external order ID
Get order details › Responses
Order details found or business-level rejection returned
oneOf
Exactly one variant must match.
Decision Table
| Variant | Matching Criteria |
|---|---|
| type = object · requires: id, external_order_id, direction +9 more | |
| type = object · requires: success, failure_reason |
idInternal order ID
Example: 019cfda1-ae02-7547-af6f-789cb947586f
external_order_idMerchant-side external order ID
Example: bc0af491-4362-49a8-8299-58050bde5155
directionOrder direction
Enum values:
pay-in
payout
Example: payout
methodPayment method
Example: P2P_CARD
statusCurrent order status
Example: failed
currencyOrder currency
Example: EUR
amountOriginal requested amount
Example: 999991
amount_processedActually processed amount
Example: 0
feeApplied fee amount
Example: 50004.55
required
Additional order metadata
Example: null
created_atUnix timestamp when the order was created
Example: 1773781758
updated_atUnix timestamp when the order was last updated
Example: 1773781760