Introduction

Authentication

Test cards

Establishments

Users

Customers

Cards

Payment links

Error codes

Payment Split

Products

Discount Coupons

Sales

Signatures

Webhooks

Financial


On this page:


POST Create internal transfer

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.

Parameters List

Parameter Type Description Required
amount decimal Amount to be transferred Yes
description string Description No

Request example

This is an example of what your request to create a new transfer might look like.

Responses

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>