{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-guides/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Transactions and 3D Secure | xMoney Card Issuing","description":"Monitor card transactions and handle 3D Secure challenges in xMoney Card Issuing.","llmstxt":{"hide":false,"title":"xMoney Documentation","description":"Guides and API references for integrating xMoney card and crypto payments.","sections":[{"title":"Guides","description":"Integration guides for card payments, crypto, checkout, and dashboard.","includeFiles":["guides/**/*.md"],"excludeFiles":[]},{"title":"Card API","description":"REST API reference and concepts for xMoney card payments.","includeFiles":["api/**/*.md","api/**/*.yaml"],"excludeFiles":[]},{"title":"Crypto API","description":"REST API reference and concepts for xMoney crypto payments.","includeFiles":["crypto_api/**/*.md","crypto_api/**/*.yaml"],"excludeFiles":[]},{"title":"Card Issuing API","description":"Guides and API reference for xMoney whitelabel card issuing partners.","includeFiles":["card_issuing_api/**/*.md","card_issuing_api/**/*.yaml"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"transactions-and-3d-secure","__idx":0},"children":["Transactions and 3D Secure"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use transaction APIs for customer-facing views and webhook events for backend synchronization. The Card Issuing API exposes transaction history, transaction details, pending 3D Secure challenges, and challenge response."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"list-transactions","__idx":1},"children":["List transactions"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl \"https://issuing-stage.xmoney.com/v1/transactions?page=1&size=20\" \\\n  -H \"Authorization: Bearer CUSTOMER_ACCESS_TOKEN\"\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can filter by ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["type"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["status"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["startDate"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["endDate"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Retrieve one transaction:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl \"https://issuing-stage.xmoney.com/v1/transactions/TRANSACTION_ID\" \\\n  -H \"Authorization: Bearer CUSTOMER_ACCESS_TOKEN\"\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"list-pending-3d-secure-challenges","__idx":2},"children":["List pending 3D Secure challenges"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl \"https://issuing-stage.xmoney.com/v1/transactions/3d-secure\" \\\n  -H \"Authorization: Bearer CUSTOMER_ACCESS_TOKEN\"\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"respond-to-a-3d-secure-challenge","__idx":3},"children":["Respond to a 3D Secure challenge"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"curl -X PATCH \"https://issuing-stage.xmoney.com/v1/transactions/3d-secure/TRANSACTION_AUTH_ID\" \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer CUSTOMER_ACCESS_TOKEN\" \\\n  -d '{\n    \"authType\": \"pinCode\",\n    \"authStatus\": \"success\"\n  }'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["authType"]}," identifies the customer authentication method. Possible values are ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pinCode"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pattern"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["other"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["faceRecognition"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["fingerprint"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["authStatus"]}," is the result submitted by your app. Possible values are ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["success"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["failed"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["canceled"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["timeout"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"webhook-synchronization","__idx":4},"children":["Webhook synchronization"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use webhooks to update backend state when transactions are created, settled, require 3D Secure, or complete 3D Secure. Your backend should deduplicate webhook events, verify the signature, and process updates asynchronously."]}]},"headings":[{"value":"Transactions and 3D Secure","id":"transactions-and-3d-secure","depth":1},{"value":"List transactions","id":"list-transactions","depth":2},{"value":"List pending 3D Secure challenges","id":"list-pending-3d-secure-challenges","depth":2},{"value":"Respond to a 3D Secure challenge","id":"respond-to-a-3d-secure-challenge","depth":2},{"value":"Webhook synchronization","id":"webhook-synchronization","depth":2}],"frontmatter":{"seo":{"title":"Transactions and 3D Secure | xMoney Card Issuing","description":"Monitor card transactions and handle 3D Secure challenges in xMoney Card Issuing."}},"lastModified":"2026-07-13T21:54:27.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/guides/card-issuing/transactions-and-3ds","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}