Returns an array containing all payment methods that have been stored for the person specified in the request URL.
Transactions (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/persons/{person_id}/topups/payment_methods
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Response
application/json
[ { "person_id": "18de883f507d49b8a074519c73cecper", "payment_method_id": "53165f2b3a8846bd9fd344342a6093d6", "card_last4": "7654", "card_brand": "mastercard" } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/transactions/v1/persons/{person_id}/topups/payment_methods/{payment_method_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Response
application/json
{ "payment_method_id": "53165f2b3a8846bd9fd344342a6093d6" }