Skip to main content
POST
/
transaction
/
cash-in
CashIn
curl --request POST \
  --url https://gateway.3xpay.co/transaction/cash-in \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --header 'api_secret: <api-key>' \
  --data '{}'
{
  "status": "PENDING",
  "payment": {
    "status": "PENDING",
    "transaction_id": "W5qrXoQ6Me5kfw1mEaTsn9lizo",
    "payment_code": "<string>",
    "link": "<string>",
    "total": 123
  },
  "transaction_id": "756afe09-0471-4124-9f35-6691fa130f5b"
}

Documentation Index

Fetch the complete documentation index at: https://doc.3xpay.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api_key
string
header
required
api_secret
string
header
required

Body

application/json
transaction
object

Response

201 - application/json

Transação criada com sucesso

status
string

Status da transação

Example:

"PENDING"

payment
object
transaction_id
string

ID único da transação

Example:

"756afe09-0471-4124-9f35-6691fa130f5b"