Transfer between accounts
Transfers funds from the given account (remitter) to another account within the same merchant (beneficiary), identified by beneficiary_account_number. Both accounts must be active. The transfer is processed synchronously and always returns success on HTTP 200. Requires request signature headers (verify.signature-internal).
Authorizations
JWT issued by POST /api/v1.1/access-token/b2b. Send Authorization: Bearer <token>.
Merchant API key (Credential.api_key). Required on every request.
Path Parameters
ULID of the source (remitter) account.
Body
Transfer amount in IDR. Must be at least 1 and not exceed the remitter account available balance.
500000
12-digit account number of the destination account. Must belong to the same merchant and be active.
"123456789012"
Response
Transfer completed successfully. The data object contains the created transfer record.
