Get payment method by ID

Retrieves a payment method by its ID

Securitytilia_auth
Request
path Parameters
payment_method_id
required
string (PaymentMethodId) <= 36 characters

Unique identifier of the payment method

Example: pm_2V2bA0r2hJpUnCA9HeTgOl0rONr
Responses
200

Payment method information was retrieved successfully

400

Invalid input

401

Unauthorized access.

500

Service unavailable or server error.

get/v2/payment-method/{payment_method_id}
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "message": [ ],
  • "codes": [ ],
  • "payload": {
    }
}