Skip to main content
GET
Get Payment Method

Overview

Retrieves detailed information about a specific payment method entity including its data, relationships, and metadata.

Endpoint

Authentication

Requires a valid API key in the Authorization header:

Path Parameters

string
required
UUID of the payment method entity to retrieve

Example Requests

Response

boolean
Whether the request was successful
string
UUID of the payment method entity
string
Always "payment_method"
object
Payment method data
array
Array of relationships to other entities (owners, transactions, devices)
object
Additional metadata
number
Calculated risk score (if analyzed)
array
Array of identified risk factors
string
ISO 8601 timestamp of creation
string
ISO 8601 timestamp of last update

Response Examples

Credit Card Response

Bank Account Response

Use Cases

Get Payment Method with Owner Details

Check Payment Method Transaction History

Error Responses

404 Not Found

401 Unauthorized

See Also