[POST] createPaymentIntent
/api/createPaymentIntent
CreateIntentRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
amount |
int
|
INTENDED AMOUNT FOR PAYMENT |
email |
str
|
EMAIL OF PAYER |
payment_method |
PaymentMethodEnum
|
|
use_business_profile |
bool
|
IF TRUE, USES BUSINESS PROFILE FOR PAYMENT |
Payment Combinations
Use the literal values inside the cells.
The capture_type
column is only here for visualization. Ignore it.
purpose | payment_method | capture_type |
---|---|---|
Top Up | card | automatic |
gcash | ||
grab_pay | ||
paymaya | ||
Straight Payment | card | manual |
gcash | automatic | |
grab_pay | ||
paymaya |
CreateIntentResponseDTO
Attributes:
Name | Type | Description |
---|---|---|
client_key |
str
|
USED FOR ATTACHING PAYMENT INTENT AND METHOD |