Monetix Cards
  • 19 Feb 2025
  • 1 Minute to read
  • Dark
    Light

Monetix Cards

  • Dark
    Light

Article summary

Supported Transaction Types

  • Authorisation

  • Purchase

  • Capture

  • Void

  • Refunds

  • Withdrawals

Integrations Supported

  • Direct Connect

Currencies & Countries Supported

Title

Description

Currencies Supported

USD, EUR, KZT and others

Additional attributes to process Cards via Monetix

You must include the following JSON Attributes to the payload. These attributes inform us to proceed with the redirection to finalise the payment process.

Description

Hosted Payment Page

Force Transaction Routing

“Routing”:{

"ForcePayment": "MONETIX”

Client Details

"Client": {

"FirstName": "Joe",

"LastName": "Borg",

"Street": "12 Church street",

"City": "Valletta",

"Email": "TestEmail@Email.com",

"ClientAccount": "testing",

"IPAddress":"1.1.1.1"

}

Test Indicator (required in Sandbox Environment only)

"isTest”: true

Sample request below

{
  "TransactionType": "PURC",
  "Amount": 100.00,
  "Currency": "KZT",
  "OrderReference": "Monetix depo test",
  "UniqueReference": "4b8da4f0-d3b4-44ae-8019-8c66905ffad7",
  "RedirectionURL": "https://www.yourURLhere.com/technicalsupporttool-fe/Redirect/",
  "CallBackURL": "https://www.yourURLhere.com/technicalsupporttool-fe/Listener",
  "Routing": {
    "ForcePayment": "MONETIX"
  },
  "IsTest": true,
  "Client": {
    "FirstName": "Joe",
    "LastName": "Borg",
    "City": "TestCity",
    "Street": "fakestreet 123",
    "Email": "TestEmail@Email.com",
    "ClientAccount": "testing",
    "IPAddress":"1.1.1.1"
  },
}

Testing Card Numbers

Card No

Response

4000000000000077

Success

4314220000000056

Success with 3DS

4314220000000072

Decline


Was this article helpful?

What's Next