C2BRegisterUrlsInput
Defined in: src/modules/c2b/types.ts:7
Properties
Section titled “Properties”confirmationUrl
Section titled “confirmationUrl”confirmationUrl:
string
Defined in: src/modules/c2b/types.ts:9
Confirmation URL – receives POST with completed transaction data.
responseType?
Section titled “responseType?”
optionalresponseType:ResponseType
Defined in: src/modules/c2b/types.ts:13
Default when validation endpoint is unreachable: Completed | Cancelled.
shortCode?
Section titled “shortCode?”
optionalshortCode:string
Defined in: src/modules/c2b/types.ts:15
Optional: shortcode override.
validationUrl
Section titled “validationUrl”validationUrl:
string
Defined in: src/modules/c2b/types.ts:11
Validation URL – receives POST before transaction completes (optional logic).