AVMPayment MethodsVerify Bank Account

API Description

  • Verify bank account using the the amount that is credited by stripe in customers bank account.
PUT
/api/v2/company/verify-bank-account

Body Payload

🔽 Payload
{
	"payment_source_id": "ba_1KyaRsSIalu8qiWt8gMpJ2p2",
	"amount_1": 0.32,
	"amount_2": 0.45
}

Responses

🟢 Success
{
	"success": true,
	"message": "Payment source has been successfully added.",
	"data": {},
	"meta": {},
	"errors": []
}