Generate New Pay Ids
Generate New Pay Ids
Responds with a list of Pay Ids that the admin can add to the bank system. Will not include any pay IDs that are already in the system and will lock them so they will not be handed out again.
GET
/admin/pay-id
curl \
-X GET http://api.example.com/admin/pay-id?amount=42
Response examples (200)
[
[
"string"
]
]
Response examples (200)
[
[
"string"
]
]