Instant Top-Ups
Index Top-Ups for a person's account
Returns an array containing all Top-Ups for the person's account specified in the request URL.
get/v1/persons/{person_id}/accounts/{account_id}/topups
Path parameters
person_idstring required
account_idstring required
Query parameters
filter[status]'ACCEPTED' | 'CONFIRMED' | 'EXECUTED' | 'DECLINED' | 'CANCELLED'
The current status of the Top-Up.
Filter the results by the status of the Top-Up.
filter[instruction_id]string
Filter the results by the instruction_id
Response
The operation was successful.
Example response
[
{
"id": "b76cdcc321d345618084feedc47bbb1d",
"amount": {
"value": 10000
},
"client_secret": "pi_1DrPlP2eZvKYlo2CSBQ7uqFH_secret_o1A7UsYFLWeGISUD1QYNkT8IU",
"instruction_id": "3eba1ee2d8bc4d5883d350031a5fe9d8"
}
]