Transactum
  1. Response format from us when creating a payment
Transactum
  • Response format from us when creating a payment
    • ECOM response body
    • Description of errors during payment creation
  • Creating an ECOM payment
    GET
  • Creating a P2P payment
    GET
  • Creating a SBP payment
    GET
  • Creating a P2B payment
    GET
  1. Response format from us when creating a payment

ECOM response body

{
  "ok": true,
  "invoice_id": "f88f581a-c748-4ce5-946d-9f4437b62827",
  "_0": 168,
  "_1": "8d9a04f1-0e1e-4302-8d5d-1594f8b26e44",
  "_2": "643bf201-e496-4481-9ae3-72a90757303b",
  "_3": 900000,
  "invoice": {
    "id": "8d9a04f1-0e1e-4302-8d5d-1594f8b26e44",
    "invoice_id": "f88f581a-c748-4ce5-946d-9f4437b62827",
    "amount": 1000,
    "status": "Processing",
    "geo": "RU",
    "exchange_rate": 80.74340635112748,
    "payment_page": "https://qr.nspk.ru/AD10000SEQT67JLG8F7O14QFG3ABSBEK?type=02&bank=100000000005&sum=100000&cur=RUB&crc=9B15",
    "created": "2025-11-24T19:47:37.9268888+03:00",
    "expired": "2025-11-24T20:02:37.926889+03:00"
  }
}
Description of response properties:
ok - Response status
invoice_id - The payment ID in your system that you provided when creating the payment
_0 - Time spent creating and processing the payment
_1 - The payment ID in our system
_2 - The token you used to create the payment
_3 - Payment lifetime in milliseconds
id - The payment ID in our system
invoice_id - The payment ID in your system that you provided when creating the payment
amount - Payment amount in the currency of the country you specified when creating the payment
geo - Country
exchange_rate - Exchange rate
payment_page - Payment link
created - Payment creation date and time
expired - Payment expiration date and time
Modified at 2025-11-24 16:57:21
Next
Description of errors during payment creation
Built with