# Transferring Credits
It is possible for logged in users to transfer credits to another RIPE Atlas user by submitting a POST request to the credit transfer endpoint at the following URL:
https://atlas.ripe.net/api/v2/credits/transfer/
# Structure
In order to transfer credits you should submit a JSON payload to the URL with a POST verb. The JSON payload should be an object containing two fields:
- “recipient”: The email address of somebody with a RIPE Access account.If the user has not yet used RIPE Atlas, they will still be able to use the transferred credits as soon as they go to atlas.ripe.net
- “amount”: The number of credits that you want to transfer from your own credit balance
# The Response
The response to a successful POST request will be a link to the “transaction” object that has been created (see next section).