Internal Payments

Payment between two different consumer accounts. These includes both payments between two different consumers as well as the movement of funds across single consumer’s accounts

The Intenral Payments APIs allow to you to perform a range of various payments. These API endponts could be used to perform:

  • Payments between a single customer accounts;

  • Payments between your customers;

  • Payments between your company and your customers, in order to:

    • Take a commission or fee; or

    • Give a bonus, loan or etc.

To make an internal payment you should have two different account id’s present in your request body. The requests are only processed should two accounts specified have the same currency.

API

Internal. Fetch data by request POST

Get Payment Internal data by request

# ENDPOINT
/api/paymentInternal/getData/paymentInternalRequest
More

Internal. Fetch data by ID / UID GET

Fetch Payment Internal data by ID or UID

# ENDPOINT
/model/paymentInternal/getDb/{id}
More

Internal. Validate data POST

Validate Payment Internal data

# ENDPOINT
/model/paymentInternal/validate
More

Internal. Prepare data POST

Prepare Payment Internal data

# ENDPOINT
/model/paymentInternal/prepare
More

Internal. Create/update data POST

Create/update Payment Internal data

# ENDPOINT
/model/paymentInternal/putDb
More

Internal. Delete item by ID POST

Delete Payment Internal data by ID

# ENDPOINT
/api/paymentInternal/deleteItem/{id}
More