Skip to main content
POST
/
transaction
/
{id}
/
compliance
Submit compliance data
curl --request POST \
  --url http://api.obsidiam.com/transaction/{id}/compliance \
  --header 'Content-Type: application/json' \
  --data '
{
  "beneficiary": {
    "name": "<string>",
    "document": "<string>",
    "cnae": "<string>",
    "phone": "<string>",
    "email": "<string>",
    "address": "<string>"
  },
  "fiat": [
    {
      "paymentMethod": "PIX",
      "amount": "<string>",
      "ispb": "<string>",
      "accountNumber": "<string>",
      "branch": "<string>",
      "e2eID": "<string>",
      "completedAt": "<string>"
    }
  ],
  "crypto": [
    {
      "network": "TRON",
      "amount": "<string>",
      "sourceWalletAddress": "<string>",
      "destinationWalletAddress": "<string>",
      "hash": "<string>",
      "completedAt": "<string>"
    }
  ]
}
'
{
  "message": "<string>"
}

Path Parameters

id
string
required

Body

application/json
beneficiary
object
required
fiat
object[]
required
crypto
object[]
required

Response

default - application/json
message
string
required