On this page:
https://api.premepay.com/v1/transfers/create/:id-store-origem/to/:id-store-destino
See how it is possible to carry out internal balance transfers using the Primefy API.
You can create a new adjustment for the amount to be debited from the origin store account and credit it to the account of the destination Merchant.
Parameter | Type | Description | Required |
---|---|---|---|
amount |
decimal | Amount to be transferred | Yes |
description |
string | Description | No |
This is an example of what your request to create a new transfer might look like.
If your request has invalid creation parameters - for example, specifying an invalid field or value - you may receive an error response. Below is the complete list of possible error responses:
Related Content
<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/52c5ff42-e8bf-45d3-81d1-b6e05786a688/POST.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/52c5ff42-e8bf-45d3-81d1-b6e05786a688/POST.png" width="40px" /> POST - Create internal transfer
</aside>