curl --request GET \
--url https://api.dots.dev/api/v2/payment-methods/{payment_method_id} \
--header 'Authorization: Basic <encoded-value>'{
"id": "<string>",
"platform": "ach",
"description": "<string>",
"mask": "<string>",
"email": "<string>",
"phone_number": "<string>",
"cash_tag": "<string>",
"country": "<string>",
"currency": "<string>",
"rtp_enabled": true,
"meta": "<any>"
}Get a payment method by its ID.
curl --request GET \
--url https://api.dots.dev/api/v2/payment-methods/{payment_method_id} \
--header 'Authorization: Basic <encoded-value>'{
"id": "<string>",
"platform": "ach",
"description": "<string>",
"mask": "<string>",
"email": "<string>",
"phone_number": "<string>",
"cash_tag": "<string>",
"country": "<string>",
"currency": "<string>",
"rtp_enabled": true,
"meta": "<any>"
}Was this page helpful?