# Instant Top-Up Payment Methods ## Index payment methods for a person - [GET /v1/persons/{person_id}/topups/payment_methods](https://docs.solarisgroup.com/api-reference/digital-banking/transactions/instant-top-up-payment-methods/paths/~1v1~1persons~1%7Bperson_id%7D~1topups~1payment_methods/get.md): Returns an array containing all payment methods that have been stored for the person specified in the request URL. ## Delete a payment method - [DELETE /v1/persons/{person_id}/topups/payment_methods/{payment_method_id}](https://docs.solarisgroup.com/api-reference/digital-banking/transactions/instant-top-up-payment-methods/paths/~1v1~1persons~1%7Bperson_id%7D~1topups~1payment_methods~1%7Bpayment_method_id%7D/delete.md): Deletes the payment method with the ID specified in the request URL.