Post

GET /api/v1/IndividualPaymentMethod/{id}

Please provide IndividualId as {Id}

Response

[
  {
    "paymentType": "string",
    "value": "string",
    "ownerName": "string",
    "lastFundsDeposited": 0,
    "lastFundsWithdrawn": 0,
    "has2FAOr3DS": true
  }
]

Additional Explanation For now the lastfundsDeposited and lastFundsWithdrawn should be 0 as we are not querying it from the balance api.

paymentType should be either Card or Bank. Value will be IBAN in case of Type Bank and Card Number in case of Type Card.

Powered by BetterDocs