Skip to main content
POST
Transfer funds from processor to account

Authorizations

Authorization
string
header
required

JWT token from admin login for administrative operations. Format: 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'

Path Parameters

id
string
required

Processor ID

Body

application/json

Transfer details

account_id
string
required

Account ID from accounts table

Example:

"acc_xyz123"

amount
string
required
Example:

"500.00"

description
string
Example:

"Payment for goods"

Response

Transfer completed successfully

The response is of type object.