# Instant Top-Ups ## Create a Top-Up - [POST /v1/persons/{person_id}/accounts/{account_id}/topups](https://docs.solarisgroup.com/api-reference/digital-banking/transactions/instant-top-ups/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1topups/post.md): Creates a Top-Up for the person's account specified in the request URL. Calling this endpoint will begin the payment process with Solaris and its acquiring partner (e.g., Stripe). Note that you must provide the returned to the Acquirer's SDK (e.g., the Stripe ). ## Index Top-Ups for a person's account - [GET /v1/persons/{person_id}/accounts/{account_id}/topups](https://docs.solarisgroup.com/api-reference/digital-banking/transactions/instant-top-ups/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1topups/get.md): Returns an array containing all Top-Ups for the person's account specified in the request URL. ## Retrieve a Top-Up - [GET /v1/persons/{person_id}/accounts/{account_id}/topups/{topup_id}](https://docs.solarisgroup.com/api-reference/digital-banking/transactions/instant-top-ups/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1topups~1%7Btopup_id%7D/get.md): Returns the Top-Up with the ID specified in the request URL. ## Cancel a Top-Up - [POST /v1/persons/{person_id}/accounts/{account_id}/topups/{topup_id}/cancel](https://docs.solarisgroup.com/api-reference/digital-banking/transactions/instant-top-ups/paths/~1v1~1persons~1%7Bperson_id%7D~1accounts~1%7Baccount_id%7D~1topups~1%7Btopup_id%7D~1cancel/post.md): Cancels the Top-Up specified in the request URL. Specify the reason for the cancellation in the request body.