This the endpoint is necessary to receive all payment methods for the selected buyer.
{
"data": [
{
"paymentMethodType": "card",
"paymentMethodIdentifier": "**** **** **** 4444",
"chargeMethodId": "d23ed15a-4c1e-409e-b26e-7966a2f66168"
}
],
"meta": {
"type": "collection",
"total": 1,
"offset": 0
}
}