Skip to main content
POST
Create Manual Payment

Authorizations

Authorization
string
header
required

API Key. Example: sk_live_xxxxx or pk_live_xxxxx

Path Parameters

id
string
required

Resource ID

Body

application/json
amount
integer
required

Payment amount (smallest currency unit)

provider
string
required

'manual', 'bank_transfer', etc.

note
string

Note (depositor name, etc.)

Response

201 - application/json

Created

id
string
order_id
string
provider
string
provider_id
string
amount
object
status
enum<string>
Available options:
pending,
completed,
failed,
cancelled,
refunded
created_at
string<date-time>