🎉 PhaJay is service now. Get Started

v1
Connect to Subscription
Debit subscription

1. Debit Subscription Success

When debit subscription successfully PhaJay will return data to the webhook in (2.3) that configured above with method POST and when platform get this then return with status 200 for success.

1. Response data

FieldTypeDescription
messageStringMessage to tell that subscription connected successfully
statusStringStatus to tell that subscription is connected
transactionIdStringUnique identifier for the transaction of subscription
paymentTransactionIdStringUnique identifier for the payment transaction
authCodeStringUser is connected subscription with this code
timeStringThe time when debit subscription successfully

2. Example Debit subscription response data

application/json
 
{
message: 'SUBSCRIPTION_SUCCESSFULLY',
status:'SUBSCRIPTION_SUCCESS',
transactionId: 'a8d014d4-6657-4c10-8314-39f2b59cf396',
paymentTransactionId: '4cdd994e-629f-4f07-aef5-ae393bacbd3a',
authCode: 'FOURDOLB9NAE',
time: '2025-02-12 14:54:45'
}
 

⚠️ Note:
It will schedule the next payment based on your resubscriptionDays parameter or package plan (e.g., 30, 60, or 90 days).