Get details of a specific payment method by its ID. Returns 404 if the payment method is not found or not owned by the requesting entity.
A JWT signed using your CDP API Key Secret, encoded in base64. Refer to the Generate Bearer Token section of our Authentication docs for information on how to generate your Bearer Token.
The unique identifier of the payment method.
The ID of the Payment Method, which is a UUID prefixed by the string paymentMethod_.
"paymentMethod_8e03978e-40d5-43e8-bc93-6894a57f9324"
Successfully retrieved payment method.
A payment method linked to your entity. Payment methods represent external financial instruments that can be used as a target for transfers.
The paymentRail field indicates which type-specific details object is present. Type-specific fields are nested under a key matching the rail name (e.g., fedwire, swift).
The ID of the Payment Method, which is a UUID prefixed by the string paymentMethod_.
"paymentMethod_8e03978e-40d5-43e8-bc93-6894a57f9324"
Whether the payment method is active and can be used in transfers. A payment method may be inactive due to verification requirements or entity-level restrictions.
true
The timestamp when the payment method was created.
"2024-01-15T10:30:00Z"
The timestamp when the payment method was last updated.
"2024-01-15T10:30:00Z"
The payment rail for this payment method.
fedwire "fedwire"
Fedwire (domestic USD wire) details.
{
"asset": "usd",
"bankName": "ALLY BANK",
"accountLast4": "1234",
"routingNumber": "124003116"
}