GET
/
compliance
/
transaction
[
  {
    "id": 1,
    "kyb": {
      "merchantId": "156",
      "name": "Example merchant",
      "businessType": "Fintech",
      "businessRegistrationId": "<string>",
      "taxNumber": "<string>",
      "directorName": "<string>",
      "websiteUrl": "<string>",
      "country": "CI",
      "headquarterAddress": "<string>",
      "id": 1,
      "createdAt": "2020-10-15T12:09:49.355Z",
      "deletedAt": null
    },
    "reference": "<REPLACE_BY_YOUR_REFERENCE>",
    "amount": 100,
    "currency": "XOF",
    "createdAt": "2020-10-15T12:09:49.355Z",
    "status": "created",
    "rejectionReason": "Your request is not compliant with our policies for the following reason: ...",
    "iban": "CI93CI0080111301134291200589"
  }
]

Headers

ApiKey
string
required

Your api key. To create a key, please get into our dashboard. If you don't have access to it, please reach the Support team.

MerchantId
string
required

Your merchant ID. This information is available in our dashboard. If you don't have access to it, please reach the Support team.

Environment
enum<string>
required

Allow you to choose between the sandbox mode to perform some tests or the live mode for real world transactions.

Available options:
live,
sandbox

Query Parameters

merchantId
string

The id identifying the merchant

name
string

Name of the aggregated merchant declared in a kyb

reference
string

The reference of the kyb transaction (unique per merchantId)

from
string

A date in UTC timezone to filters data from, inclusively. Follows the Datetime ISO. The default value is the first day of this month.

to
string

A date in UTC timezone to filters data to, inclusively. Follows the Datetime ISO. The default value is now().

status
enum<string>

Status of a kyb transaction. It can be eithet 'created' or 'validated'

Available options:
created,
pending,
rejected,
validated
isKybDeleted
boolean

Either the kyb transaction is related to a deleted kyb or not

perPage
number

The maximum number of results that will be return. The default value is 10. Do use with 'page' query parameter to paginate properly.

page
number

The page number in the returned data. The default value is 1. Do use with 'perPage' query parameter to paginate properly.

Response

200
application/json

The response is of type object[].